nova/nova/db/sqlalchemy/migrate_repo
Matt Riedemann 0bf81cfe73 Add blocker migration for completing services.uuid migration
The online data migration to add a uuid value to non-deleted
services table records was added in Pike [1]. This change adds
a blocker migration which will make "nova-manage db sync" fail
if the online data migration has not been performed by now so
we can remove that online data migration code in the U release.

[1] I6baf546d7075f7671df0abeb1e7d68372fd177ed

Change-Id: I8927b8a4513dab242d34953d13dd2cc95393dc80
2019-08-20 18:15:19 -04:00
..
versions Add blocker migration for completing services.uuid migration 2019-08-20 18:15:19 -04:00
README [doc] Updated sqlalchemy URL in migrate readme 2017-06-20 14:09:41 +00:00
__init__.py Removed copyright from empty files 2014-02-27 14:27:54 +02:00
manage.py Remove vi modelines 2014-02-03 14:19:44 +00:00
migrate.cfg add support for database migration 2011-01-12 16:57:04 -08:00

README

This is a database migration repository.

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