Fix initial identity choices

This commit is contained in:
Andrew Godwin 2023-09-04 11:20:49 -06:00
parent 2a0bbf0d5d
commit ddf24d376e

View file

@ -16,7 +16,6 @@ import stator.models
class Migration(migrations.Migration):
initial = True
dependencies = [
@ -264,6 +263,7 @@ class Migration(migrations.Migration):
("identity_edited", "Identity Edited"),
("identity_deleted", "Identity Deleted"),
("identity_created", "Identity Created"),
("identity_moved", "Identity Moved"),
],
max_length=100,
),