aodh/ceilometer/storage/sqlalchemy/migrate_repo/versions
Julien Danjou 62ec1ac7c9 sql: fix 003 downgrade
I guess nobody ever had to use it, but the SQL query built isn't used
currently.

Change-Id: I81437beb65775d412ff1433617ee64eda6d6af61
Signed-off-by: Julien Danjou <julien@danjou.info>
2013-05-30 15:29:06 +02:00
..
__init__.py implement sqlalchemy dbengine backend 2012-09-26 21:36:44 +00:00
001_add_meter_table.py Code cleanup, remove useless import 2013-02-11 17:29:31 +01:00
002_remove_duration.py Remove duration field in Counter 2012-10-05 13:47:57 +02:00
003_set_utf8_charset.py sql: fix 003 downgrade 2013-05-30 15:29:06 +02:00
004_add_counter_unit.py Provide the meters unit's in /meters 2013-01-11 14:44:59 +01:00
005_remove_resource_timestamp.py Use flake8 instead of pep8 2013-05-13 15:27:14 +02:00
006_counter_volume_is_float.py Change the column counter_volume to Float 2013-03-26 11:31:39 +01:00
007_add_alarm_table.py Add the sqlalchemy implementation of the alarms collection. 2013-05-10 14:25:05 +10:00
008_add_events.py Add Event methods to db api. 2013-05-22 14:23:03 -03:00