concatenate first migrations script

fixup
This commit is contained in:
dni ⚡ 2022-09-27 14:17:20 +02:00
parent 8be9b950fd
commit f2e494384e
2 changed files with 3 additions and 5 deletions

View file

@ -75,5 +75,4 @@ class Settings(BaseSettings):
conf = Settings()
print(conf)
WALLET = wallet_class()

View file

@ -23,6 +23,8 @@ async def get_admin_user():
async def m001_create_admin_table(db):
# users/server
user = await get_admin_user()
admin_users = ",".join(conf.admin_users)
@ -126,9 +128,6 @@ async def m001_create_admin_table(db):
),
)
async def m001_create_funding_table(db):
funding_wallet = getenv("LNBITS_BACKEND_WALLET_CLASS")
# Make the funding table, if it does not already exist