Skip to content

Migrations cleanup

Compare
Choose a tag to compare
@jmbowman jmbowman released this 11 Sep 18:15
· 223 commits to edx_release since this release

Separated migrations for the attachment and image plugin models from the main app's migrations. This drops the existing tables in the process, but we have nothing beyond test data in them and this gets us much closer to how upstream chose to arrange their migrations. Fixed now in order to address a test order dependence problem in edx-platform when makemigrations output is verified.