Files
edx-platform/lms/djangoapps
Kevin Falcone 2d9708da03 Remove uses of using() from migrations
This hardcoded the db_alias fetched from schema_editor and forces django
to try and migrate any second database you use, rather than routing to
the default database.  In testing a build from scratch, these do not
appear needed.

Using using() prevents us from using multiple databases behind edxapp.

Additionally - add back a removed backwards migration from certificates
0003.  I have no idea why this was dropped in the 1.8 upgrade.
2016-02-01 16:57:26 -05:00
..
2016-01-28 14:05:20 -05:00
2015-12-09 09:44:22 -05:00
2016-01-27 11:04:28 -05:00
2016-01-29 20:45:07 -05:00
2016-01-28 14:05:20 -05:00
2015-12-09 09:44:22 -05:00
2015-04-28 10:23:10 -04:00
2015-11-10 15:00:19 -05:00
2015-12-02 15:03:52 -05:00
2016-01-20 15:59:27 +05:00
2015-11-10 15:00:19 -05:00
2016-01-26 17:23:03 -05:00