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