Fix inconsistency in migrations if applied on clean database.
This commit is contained in:
parent
a02c22c543
commit
5381795edc
|
@ -23,6 +23,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
('users', '0002_create_default_ranks'),
|
||||
('raids', '0004_raid_is_optional'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Reference in a new issue