Skip to content
Snippets Groups Projects

Add Version table in SQLite cache + Check compatibility from tasks

Merged Eva Bardou requested to merge version-in-cache-db into master
All threads resolved!
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -194,7 +194,6 @@ MODELS = [
CachedTranscriptionEntity,
]
SQL_VERSION = 1
SQL_VERSION_QUERY = "SELECT version FROM version"
def init_cache_db(path):
Loading