migrations: make 0003 depend on 0001 as 0002 as been deleted (#28057)

This commit is contained in:
Frédéric Péters 2018-11-15 16:19:07 +01:00
parent 6e91e0ec09
commit 454fa9da4d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('grandlyon_elyx', '0002_auto_20180828_1339'),
('grandlyon_elyx', '0001_initial'),
]
operations = [