Bump area registry storage minor version to 4 (#108798)

This commit is contained in:
Jan-Philipp Benecke
2024-01-24 20:31:43 +01:00
committed by GitHub
parent f883f721c8
commit ddf02959f4

View File

@@ -17,7 +17,7 @@ DATA_REGISTRY = "area_registry"
EVENT_AREA_REGISTRY_UPDATED = "area_registry_updated" EVENT_AREA_REGISTRY_UPDATED = "area_registry_updated"
STORAGE_KEY = "core.area_registry" STORAGE_KEY = "core.area_registry"
STORAGE_VERSION_MAJOR = 1 STORAGE_VERSION_MAJOR = 1
STORAGE_VERSION_MINOR = 3 STORAGE_VERSION_MINOR = 4
SAVE_DELAY = 10 SAVE_DELAY = 10