aodh/ceilometer/storage/sqlalchemy/alembic/versions
Eoghan Glynn 0cd1c8baa6 Avoid imposing alembic 6.0 requirement on all distros
Related-to: LP 1224666

Two of the alembic-based migrations use the new 'type_' kwarg in calls
to op.drop_constraint(), even though the old 'type' form was retained
for backward compatability:

  https://alembic.readthedocs.org/en/latest/ops.html

  "Changed in version 0.5.0: The type parameter is now named type_.
  The old name type will remain for backwards compatibility."

To avoid needlessly imposing the alembic 6.0 on distros for which this
version is not yet packaged, we revert these migrations to use the older
form.

The corresponding change to the global requirements is proposed here:

  https://review.openstack.org/48227

Change-Id: I3796ffa3de0e0f558f368d7ebf8e55c87657753d
2013-09-25 13:12:30 +01:00
..
2c3ccda5a3ad_fix_uniq_name.py Avoid imposing alembic 6.0 requirement on all distros 2013-09-25 13:12:30 +01:00
43b1a023dfaa_add_column_repeat_al.py Add repeat_actions to alarm 2013-08-02 11:32:15 +02:00
17738166b91_fix_meter_resource_m.py Fix typo in 17738166b91 migration 2013-08-19 11:35:13 +04:00
b6ae66d05e3_remove_extra_indexes.py Avoid imposing alembic 6.0 requirement on all distros 2013-09-25 13:12:30 +01:00
README Added alembic migrations 2013-07-16 16:07:13 +03:00

Directory for alembic migration files