forked from beba/foerderbarometer
reordered migrations
This commit is contained in:
parent
4dbf3749d7
commit
dcd9a3d213
|
|
@ -7,7 +7,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('input', '0098_add_eliterature_and_software_proxies'),
|
||||
('input', '0099_add_terms_accepted'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
@ -7,7 +7,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('input', '0099_projectrequest_projectsdeclined'),
|
||||
('input', '0100_projectrequest_projectsdeclined'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Loading…
Reference in New Issue