Create ufora-related revision

This commit is contained in:
stijndcl 2022-06-17 01:36:47 +02:00
parent b23160b8e2
commit eb71470edc
3 changed files with 95 additions and 3 deletions

View file

@ -15,8 +15,6 @@ def tables():
Starts from an empty database and runs through all the migrations to check those as well
while we're at it
"""
print("CWD: ", os.getcwd())
print("Contents: ", list(os.listdir(os.getcwd())))
alembic_config = config.Config("alembic.ini")
command.upgrade(alembic_config, "head")
yield