mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Add debug print
This commit is contained in:
parent
eb182b71f4
commit
b23160b8e2
2 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue