nova/nova/db/sqlalchemy/migrate_repo
Sean Dague cdf74c57a6 remove db2 support from tree
This removes db2 support from tree completely. This is an oddball non
open database that made doing live data migrations difficult. It is
used by 0% of users in the OpenStack User Survey.

Supporting commercial software that doesn't have users at the cost of
delivering features and fixes to our community is the wrong
tradeoff. This corrects that.

It rewrites migrations, which we typically don't ever do, but it is
better if newton fresh environments fail early in db creation instead
of very deep in the data migration process.

Change-Id: Ifeb9929e4515e3483eb65d371126afd7672b92a4
2016-05-23 07:33:20 -04:00
..
versions remove db2 support from tree 2016-05-23 07:33:20 -04: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 add support for database migration 2011-01-12 16:57:04 -08:00

This is a database migration repository.

More information at
http://code.google.com/p/sqlalchemy-migrate/