Skip to content

Commit

Permalink
Fix missing "na" elements in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlefs committed Jan 26, 2024
1 parent 6fb7951 commit a3e22e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/versions/2bdc4cdc23a5_specifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def upgrade():
{"id": 1, "name": "durchgehend", "description": ""},
{"id": 2, "name": "teilweise", "description": ""},
{"id": 3, "name": "selten", "description": ""},
{"id": 4, "name": "na", "description": ""},
]
)

Expand All @@ -155,6 +156,7 @@ def upgrade():
{"id": 1, "name": "gegen Anfang", "description": ""},
{"id": 2, "name": "in der Mitte", "description": ""},
{"id": 3, "name": "gegen Ende", "description": ""},
{"id": 4, "name": "na", "description": ""},
]
)

Expand Down

0 comments on commit a3e22e0

Please sign in to comment.