ceilometer/ceilometer/storage/sqlalchemy/migrate_repo
gordon chung 898a0a8741 restore long uuid data type
partial revert of Iffd6001c337fa692cc3925778eeb98dda46b2c78.
we are not able to revert the patch to support those chasing trunk.
this patch makes original migration a noop for future cases and
adds a follow up script to revert migration if already applied.

it does not revert ids that are under the domain of ceilometer and
are known to be within 128 char length, specifically:

- message_id
- message_signature
- event_id (alarm)
- alarm_id

Change-Id: I8c191adb897f27a1ce0f199ed35253324a5c3809
Closes-Bug: 1468916
2015-06-26 15:11:13 -04:00
..
versions restore long uuid data type 2015-06-26 15:11:13 -04:00
README Call alembic migrations after sqlalchemy-migrate 2013-07-29 16:40:32 +03:00
__init__.py Fix E126,H104 violations and re-enable gating 2014-06-25 13:09:51 +08:00
manage.py implement sqlalchemy dbengine backend 2012-09-26 21:36:44 +00:00
migrate.cfg implement sqlalchemy dbengine backend 2012-09-26 21:36:44 +00:00

README

sqlalchemy-migrate is DEPRECATED.

All new migrations should be written using alembic.
Please see ceilometer/storage/sqlalchemy/alembic/README