neutron/neutron/db/migration/alembic_migrations/versions
Rodolfo Alonso Hernandez 42fda206e9 Replace "Inspector.from_engine()" with "sqlalchemy.inspect()"
Since SQLAlchemy 1.4, the method "Inspector.from_engine()" is
deprecated.

Error message:
"The from_engine() method on Inspector is deprecated and will be removed
in a future release.  Please use the sqlalchemy.inspect() function on an
Engine or Connection in order to acquire an Inspector. (deprecated
since: 1.4)"

Minimum version of SQLAlchemy required is bumped to 1.4.23.

Change-Id: I6cf5944ccb3a0532cbf123ddc0d7df6b6de80af1
Closes-Bug: #1943155
2021-09-23 13:41:50 +00:00
..
liberty Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
mitaka Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
newton Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
ocata/expand Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
pike/expand Fix flake8 H404 errors 2018-10-05 21:48:41 +00:00
queens/expand Fix E402 pep8 errors 2018-04-20 18:13:07 +00:00
rocky/expand Add Rocky milestone tag for alembic migration revisions 2020-05-13 02:30:01 +00:00
stein/expand Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
train/expand Move migration to proper dir and fix objects tests 2019-11-04 17:44:44 +00:00
ussuri/expand Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
victoria/expand Open Wallaby DB branch 2020-10-04 14:54:07 +00:00
wallaby/expand Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
xena/expand [QoS] Add rule type packet per second (pps) 2021-07-22 09:53:38 +08:00
CONTRACT_HEAD Remove availability range code and model 2016-09-06 17:35:12 +00:00
EXPAND_HEAD [QoS] Add rule type packet per second (pps) 2021-07-22 09:53:38 +08:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
kilo_initial.py Revert "Squash alchemy Liberty branch" 2020-09-04 07:40:44 +00:00

README

This directory contains the migration scripts for the Neutron project.  Please
see the README in neutron/db/migration on how to use and generate new
migrations.