mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
Correct migration dependency.
I have no idea what 0016 is, but I'm nuking my dev env to be safe.
This commit is contained in:
parent
f5abf82b95
commit
9e53d8b429
@ -9,7 +9,7 @@ import django.db.models.deletion
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('authentication', '0016_auto_20180223_0613'),
|
('authentication', '0015_user_profiles'),
|
||||||
('teamspeak3', '0004_service_permissions'),
|
('teamspeak3', '0004_service_permissions'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user