Skip to content

Commit

Permalink
Fix initial identity choices
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Sep 4, 2023
1 parent 2a0bbf0 commit ddf24d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activities/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = [
Expand Down Expand Up @@ -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,
),
Expand Down

0 comments on commit ddf24d3

Please sign in to comment.