summaryrefslogtreecommitdiff
path: root/nova/db/migration.py
Commit message (Expand)AuthorAgeFilesLines
* db: Remove legacy migrationsStephen Finucane2023-02-011-73/+4
* Fix nova-manage db versionBalazs Gibizer2021-09-131-1/+3
* db: Handle parameters in DB stringsStephen Finucane2021-08-271-4/+9
* Remove module level cachingSean Mooney2021-08-271-17/+7
* db: Integrate alembicStephen Finucane2021-08-091-92/+133
* db: Post reshuffle cleanupStephen Finucane2021-08-091-3/+4
* db: Move remaining 'nova.db.sqlalchemy' modulesStephen Finucane2021-08-091-3/+1
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-1/+1
* db: Move main DB migrationsStephen Finucane2021-07-051-1/+1
* db: Move db.sqalchemy.migration to db.migrationStephen Finucane2021-07-051-6/+110
* cmd: Remove 'nova-manage db null_instance_uuid_scan'Stephen Finucane2021-02-021-20/+0
* Manage db sync command for cell0Mark Doffman2016-08-221-4/+4
* Revert "Implement online schema migrations"Dan Smith2015-10-281-15/+0
* Implement online schema migrationsJohannes Erdfelt2015-06-161-0/+15
* Add second migrate_repo for cells v2 database migrationsAndrew Laski2015-03-031-6/+6
* Stop making the database migration backend lazy pluggableJoe Gordon2015-02-101-5/+2
* Enforce unique instance uuid in data modelMatt Riedemann2014-12-041-0/+20
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Add nova.db.migration.db_initial_version()Dan Prince2013-10-241-2/+5
* Add latest oslo DB supportGary Kotton2013-07-251-1/+2
* Compact pre-Grizzly database migrations.Dan Prince2012-11-191-1/+1
* Compact pre-Folsom database migrations.Dan Prince2012-05-021-0/+2
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-6/+1
* Replaces all references to nova.db.api with nova.dbAlex Meade2011-10-251-1/+1
* docstring cleanup, nova/db dirtermie2011-04-201-0/+2
* add support for database migrationAndy Smith2011-01-121-0/+38