cinder/cinder/db
Alan Meadows 8328fc46d7 Bugfix missing foreign key removal for mysql
Downgrading the cinder schema fails when running 018_add_qos_specs.py
under MySQL. The upgrade path of this schema patch adds the foreign
key volume_types_ibfk_1 on table volume_types, and the downgrade does
not correspondingly remove it before attempting to drop the
qos_specs_id column.  This update removes the foreign key when
the engine is mysql prior to dropping the column.

Change-Id: Ibd3b35ad3b0bd41ad04ab7aeeb28c3ba7e5d255d
Closes-Bug: #1264360
2013-12-26 11:29:39 -08:00
..
sqlalchemy Bugfix missing foreign key removal for mysql 2013-12-26 11:29:39 -08:00
__init__.py Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
api.py Fix and enable gating on H402 2013-12-14 12:34:24 +01:00
base.py Replace FLAGS with cfg.CONF in db 2013-06-04 18:03:52 +04:00
migration.py Add cinder.db.migration.db_initial_version() 2013-10-28 10:11:24 -04:00