refactor: remove squashed student migrations

We squashed migrations in the student djangoapp a while back.
This is the followup work to remove the migrations that were
squashed and to convert the squashed migration into a 'normal'
migration.

ARCHBOM-1177
This commit is contained in:
Diana Huang
2021-05-10 11:31:47 -04:00
committed by Robert Raposa
parent 3d9d49d893
commit 3eb2078c38
37 changed files with 5 additions and 1092 deletions

View File

@@ -13,7 +13,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('student', '0020_auto_20190227_2019'),
('student', '0001_squashed_0031_auto_20200317_1122'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('program_enrollments', '0001_initial'),
]