Matthew Treinish 4d04042bd6
Fix issues in migration 1ff737bef438
This commit fixes a couple of issues with the migration 1ff737bef438.
First, on multi-byte configured mysql systems the status column is too
big to index, so this adds a length to the index to allow it to run on
those envs. The second is that since the migration fails to run on
certain envs checks need to be done to account for migrations that are
only partially applied. The min version of SQLAlchemy is also bumped
to version 0.8.2 because that's when using dictionaries on the
mysql_length for composite indexes was added.

Change-Id: Iad056d44251ad2eac8a5cb5628779b27c2126630
2015-08-07 11:12:47 -04:00
..
2014-09-26 14:13:18 -04:00
2015-06-29 21:45:42 -04:00
2014-06-12 23:59:00 -04:00
2014-06-12 23:59:00 -04:00

Generic single-database configuration.