From: Marcel van der Veldt Date: Tue, 13 Aug 2024 01:00:28 +0000 (+0200) Subject: bump cache db version X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=0e423d1a8d5827e3f60ab77c17560e991ec29137;p=music-assistant-server.git bump cache db version --- diff --git a/music_assistant/server/controllers/cache.py b/music_assistant/server/controllers/cache.py index efd29774..fb0d5e9b 100644 --- a/music_assistant/server/controllers/cache.py +++ b/music_assistant/server/controllers/cache.py @@ -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):