Skip to content

Commit

Permalink
Add Rating Field Type Enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Nginearing authored Oct 11, 2024
1 parent 1c6136c commit 5f4f1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tagstudio/src/core/library/alchemy/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@ class FieldTypeEnum(enum.Enum):
TAGS = "Tags"
DATETIME = "Datetime"
BOOLEAN = "Checkbox"
RATING = "Rating"

0 comments on commit 5f4f1bc

Please sign in to comment.