0002_data__default_profiles.py
874 Bytes
-
Remove uses of using() from migrations · 6b7fe344
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.
Kevin Falcone committed