bump cache db version
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 13 Aug 2024 01:00:28 +0000 (03:00 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 13 Aug 2024 01:00:28 +0000 (03:00 +0200)
music_assistant/server/controllers/cache.py

index efd297744de244516f5359c076898ba8ad53af46..fb0d5e9ba118c40f601d6b5cdb2b6b87ed814b4f 100644 (file)
@@ -23,7 +23,7 @@ if TYPE_CHECKING:
 
 LOGGER = logging.getLogger(f"{MASS_LOGGER_NAME}.cache")
 CONF_CLEAR_CACHE = "clear_cache"
-DB_SCHEMA_VERSION = 3
+DB_SCHEMA_VERSION = 4
 
 
 class CacheController(CoreController):