fix(migrations): enforce schema ownership safety
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[alembic]
|
||||
script_location = alembic
|
||||
script_location = %(here)s/alembic
|
||||
prepend_sys_path = .
|
||||
path_separator = os
|
||||
sqlalchemy.url = postgresql+psycopg://postgres:postgres@127.0.0.1:5432/x_financial
|
||||
|
||||
[loggers]
|
||||
|
||||
Reference in New Issue
Block a user