neutron-vpnaas/neutron_vpnaas/db/migration/alembic_migrations
Takashi Kajinami 1328cb48e0 SQLAlchemy 2.0: Drop use of removed autoload
The autoload arugment was removed[1] in SQLAlchemy and only
the autoload_with argument should be passed.

The autoload argument is set according to the autoload_with argument
automatically even in SQLAlchemy 1.x[2] so is not at all needed.

[1] c932123bac
[2] ad8f921e96

Change-Id: I58d33c109a9479462dea80efc1d8bc6e1f8e954c
2024-04-15 18:08:08 +09:00
..
versions SQLAlchemy 2.0: Drop use of removed autoload 2024-04-15 18:08:08 +09:00
__init__.py Implement ModelMigrationSyncTest 2015-09-03 10:17:12 +03:00
env.py Use flake8-import-order plugin and clean up exceptions 2017-07-11 15:49:52 +07:00
README Init separate alembic migration chain 2014-12-10 17:58:19 -06:00
script.py.mako Killed existing downgrade rules in migration scripts 2015-08-13 11:47:39 +00:00

Generic single-database configuration.