Fix migration 001 - add base table creation for mtgonline_users, mtgonline_decklist_files, and mtgonline_rooms
This commit is contained in:
@@ -67,8 +67,7 @@ async def run_async_migrations() -> None:
|
||||
"""Run migrations in 'online' mode with async engine."""
|
||||
connectable = async_engine_from_config(
|
||||
config.get_section(config.config_ini_section, {}),
|
||||
options={"pool_pre_ping": True},
|
||||
class_=pool.NullPool,
|
||||
prefix="sqlalchemy.",
|
||||
)
|
||||
|
||||
async with connectable.connect() as connection:
|
||||
|
||||
Reference in New Issue
Block a user