Add debug print

This commit is contained in:
stijndcl 2022-06-17 01:14:22 +02:00
parent eb182b71f4
commit b23160b8e2
2 changed files with 6 additions and 5 deletions

View file

@ -16,6 +16,7 @@ def tables():
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