Skip to content

Commit

Permalink
chore: udpate migration
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Sep 19, 2024
1 parent 052f396 commit 7bbe713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Migration(migrations.Migration):
choices=[("digital", "Digital"), ("in_person", "In-person")],
default=["digital", "in_person"],
help_text="If the flow is supported by digital enrollment, in-person enrollment, or both",
max_length=17,
max_length=127,
),
),
]

0 comments on commit 7bbe713

Please sign in to comment.