keystone/keystone/common/sql/legacy_migrations/data_migration_repo
Stephen Finucane d9b447bacd db: Replace use of 'autoload' parameter
Resolve the following RemovedIn20Warning warnings:

  The autoload parameter is deprecated and will be removed in version
  2.0.  Please use the autoload_with parameter, passing an engine or
  connection.

Change-Id: I2e523a31e322c19512e3666aec1597fd088eb53f
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2023-02-28 17:26:39 +00:00
..
versions db: Replace use of 'autoload' parameter 2023-02-28 17:26:39 +00:00
README.rst sql: Move migrations to 'legacy_migrations' 2022-01-21 13:39:30 +00:00
__init__.py sql: Move migrations to 'legacy_migrations' 2022-01-21 13:39:30 +00:00
manage.py sql: Move migrations to 'legacy_migrations' 2022-01-21 13:39:30 +00:00
migrate.cfg sql: Move migrations to 'legacy_migrations' 2022-01-21 13:39:30 +00:00

README.rst

Data migration repo migrations

Warning

This repo is deprecated and will be removed in a future release. All new migrations should be alembic-based and placed in keystone/common/sql/migrations.

Data migrations for the database.

This is a database migration repository. More information at https://opendev.org/x/sqlalchemy-migrate