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:
committed by
Robert Raposa
parent
3d9d49d893
commit
3eb2078c38
@@ -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'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user