neutron-vpnaas/neutron_vpnaas/db/migration
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
..
alembic_migrations SQLAlchemy 2.0: Drop use of removed autoload 2024-04-15 18:08:08 +09:00
__init__.py Added __init__.py so migrations can work 2014-12-19 17:18:22 -06:00