nova/nova/db/main/legacy_migrations
Stephen Finucane b88ea30701 db: Don't pass strings to 'Connection.execute'
Resolve the following RemovedIn20Warning warning:

  Passing a string to Connection.execute() is deprecated and will be
  removed in version 2.0.  Use the text() construct, or the
  Connection.exec_driver_sql() method to invoke a driver-level SQL
  string.

Change-Id: I44d6bf1ebfaf24f00a21389364456bceaae7c4d1
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-11-12 09:58:42 +00:00
..
versions db: Don't pass strings to 'Connection.execute' 2021-11-12 09:58:42 +00:00
README db: Move main DB migrations 2021-07-05 11:05:04 +01:00
__init__.py db: Move main DB migrations 2021-07-05 11:05:04 +01:00
manage.py db: Move main DB migrations 2021-07-05 11:05:04 +01:00
migrate.cfg db: Move main DB migrations 2021-07-05 11:05:04 +01:00

README

This is a database migration repository.

More information at
https://sqlalchemy-migrate.readthedocs.io/en/latest/