mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
pass migrations
This commit is contained in:
parent
3661514adb
commit
d5b4fca17f
1 changed files with 2 additions and 3 deletions
|
@ -217,9 +217,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)
|
||||
|
|
Loading…
Add table
Reference in a new issue