Skip to content

Commit

Permalink
bump cache db version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Aug 13, 2024
1 parent 80694d1 commit 0e423d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/server/controllers/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

LOGGER = logging.getLogger(f"{MASS_LOGGER_NAME}.cache")
CONF_CLEAR_CACHE = "clear_cache"
DB_SCHEMA_VERSION = 3
DB_SCHEMA_VERSION = 4


class CacheController(CoreController):
Expand Down

0 comments on commit 0e423d1

Please sign in to comment.