Skip to content

Commit a1b513f

Browse files
committed
fixup! chore: define an initial 'INIT group' model
1 parent e040d1a commit a1b513f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

benefits/enrollment_init/models.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ class Meta:
5151

5252

5353
class InitGroup(EnrollmentGroup):
54-
group_id = models.IntegerField(default=None, blank=True, help_text="The ID of the INIT FareCategory for user enrollment.")
54+
group_id = models.PositiveIntegerField(
55+
default=None, blank=True, help_text="The ID of the INIT FareCategory for user enrollment."
56+
)
5557

5658
class Meta:
5759
verbose_name = "INIT group"

0 commit comments

Comments
 (0)