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
Nikolay Starodubtsev 53615655f2 Remove legacy network-related code
In this patch 'networking' field was removed from environment and
environment template models. Also, it was cleared from DB and tests.

Change-Id: I372f032a2b1fad1bd9c65016a8d3330bba4bf853
Closes-Bug: #1314192
2015-09-08 17:10:16 +03:00