Migrate poo recorder and align Alembic naming
This commit is contained in:
@@ -38,7 +38,7 @@ def _database_path_from_url(database_url: str) -> Path:
|
||||
|
||||
|
||||
def _make_alembic_config(database_url: str) -> Config:
|
||||
config = Config("alembic.ini")
|
||||
config = Config("alembic_location.ini")
|
||||
config.set_main_option("sqlalchemy.url", database_url)
|
||||
return config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user