Skip to content

Commit

Permalink
Create parent_gender field in Goals model (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
istride authored Jun 12, 2024
1 parent 4fd35a8 commit b62bdc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parenttext_goals_webhooks/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class GoalDataGlobal(DataRowModel):
checkin_t: str = ""
name_c: Language = Language()
name_t: Language = Language()
parent_gender: str = ""


class GoalModuleLinkGlobal(DataRowModel):
Expand Down

0 comments on commit b62bdc9

Please sign in to comment.