Fix initial identity choices

pull/641/head
Andrew Godwin 2023-09-04 11:20:49 -06:00
rodzic 2a0bbf0d5d
commit ddf24d376e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,
),