Skip to content
Snippets Groups Projects

Release a new cache version

Merged Yoann Schneider requested to merge upgrade-cache-system into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -247,7 +247,7 @@ MODELS = [
CachedEntity,
CachedTranscriptionEntity,
]
SQL_VERSION = 1
SQL_VERSION = 2
def init_cache_db(path: str):
Loading