Commit Graph

3 Commits

Author SHA1 Message Date
zhurong 20af772ee7 Fix pep8 E402
Change-Id: Ie8eda174a6da50a222e4070a18a421eff28b6119
2019-01-09 13:23:29 +08:00
Jesus Perez 9941585945 Fix migrations to maintain compatibility with sqlite
The current command used for alter a column (drop or alter) missing
the compatibility with sqllite. Solution, pass by using batch alembic.
Read http://alembic.readthedocs.org/en/latest/batch.html for more info.

Change-Id: I32c5cecaad111f2bde559de74ecefa339739b994
2016-01-20 08:33:45 +01:00
Stan Lagun 64fda46806 user_id column was widened to support domain users
The length of keystone domain users is 64 chars length
but the columns that hold user_id were VARCHAR(36)

Change-Id: Idcbdd49b71ff3c88cf1801362b2f51d6cb22464e
Closes-Bug: #1521104
2015-12-29 00:00:42 +03:00