Fix initial identity choices
This commit is contained in:
parent
2a0bbf0d5d
commit
ddf24d376e
|
@ -16,7 +16,6 @@ import stator.models
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
initial = True
|
initial = True
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
@ -264,6 +263,7 @@ class Migration(migrations.Migration):
|
||||||
("identity_edited", "Identity Edited"),
|
("identity_edited", "Identity Edited"),
|
||||||
("identity_deleted", "Identity Deleted"),
|
("identity_deleted", "Identity Deleted"),
|
||||||
("identity_created", "Identity Created"),
|
("identity_created", "Identity Created"),
|
||||||
|
("identity_moved", "Identity Moved"),
|
||||||
],
|
],
|
||||||
max_length=100,
|
max_length=100,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue