pass migrations
This commit is contained in:
parent
074706c422
commit
c79b121fd2
1 changed files with 1 additions and 2 deletions
|
|
@ -203,8 +203,7 @@ if os.path.isdir(args.sqlite_path):
|
||||||
file = os.path.join(args.sqlite_path, "database.sqlite3")
|
file = os.path.join(args.sqlite_path, "database.sqlite3")
|
||||||
check_db_versions(file)
|
check_db_versions(file)
|
||||||
if not args.extensions_only:
|
if not args.extensions_only:
|
||||||
# migrate_core(file, exclude_tables)
|
migrate_core(file, exclude_tables)
|
||||||
pass
|
|
||||||
|
|
||||||
if os.path.isdir(args.sqlite_path):
|
if os.path.isdir(args.sqlite_path):
|
||||||
files = [
|
files = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue