pass migrations

This commit is contained in:
callebtc 2022-11-26 01:14:31 +01:00 committed by dni ⚡
parent c79b121fd2
commit e12d038e22

View File

@ -212,9 +212,8 @@ if os.path.isdir(args.sqlite_path):
else:
files = [args.sqlite_path]
excluded_exts = ["ext_lnurlpos.sqlite3", "cashu.sqlite3"]
excluded_exts = ["ext_lnurlpos.sqlite3", "ext_cashu.sqlite3"]
for file in files:
filename = os.path.basename(file)
if filename.startswith("ext_") and filename not in excluded_exts:
# migrate_ext(file)
pass
migrate_ext(file)