aodh/ceilometer/storage/sqlalchemy/migrate_repo
Mehdi Abaakouk 7194e92568 Convert event timestamp to PrecisionTimestamp
Before the timestamps for event and trait are stored in a Float
In mysql, the default precision won't work well, this one are rounded.

This patch, change the Float by the PrecisionTimestamp Column Type, like
the sample timestamp that demand the same precision.

And ensure that get_events always return datetime object.

Change-Id: I1f986784b07afa50bdbb7faa9499e7b614da8ec1
2013-12-17 13:48:49 -07:00
..
versions Convert event timestamp to PrecisionTimestamp 2013-12-17 13:48:49 -07:00
__init__.py implement sqlalchemy dbengine backend 2012-09-26 21:36:44 +00: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 Call alembic migrations after sqlalchemy-migrate 2013-07-29 16:40:32 +03:00

sqlalchemy-migrate is DEPRECATED.

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