mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
Reorder migrations to allow updating from v1.15.6
This commit is contained in:
parent
d50a74c7c6
commit
770aca923f
@ -8,7 +8,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('hrapplications', '0005_remove_legacy_models'),
|
||||
('hrapplications', '0002_choices_for_questions'),
|
||||
]
|
||||
|
||||
operations = [
|
@ -8,7 +8,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('hrapplications', '0002_choices_for_questions'),
|
||||
('hrapplications', '0003_applicationquestion_multi_select'),
|
||||
]
|
||||
|
||||
operations = [
|
@ -10,7 +10,7 @@ from sortedm2m.operations import AlterSortedManyToManyField
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('hrapplications', '0003_make_strings_more_stringy'),
|
||||
('hrapplications', '0004_make_strings_more_stringy'),
|
||||
]
|
||||
|
||||
operations = [
|
@ -18,7 +18,7 @@ def delete_permissions(apps, schema_editor):
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('hrapplications', '0004_sorted_questions'),
|
||||
('hrapplications', '0005_sorted_questions'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
x
Reference in New Issue
Block a user