Skip to content

Commit

Permalink
refactor(topics): rename pools
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Nov 14, 2024
1 parent fb18fcd commit f67db08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions topics/models/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@


class PoolType(Enum):
TEXTUAL = "textual"
LIBRARY = "library"
SHEETS = "sheets"
PROMOTED = "promoted"
TORAH_TAB = "torah_tab"
GENERAL = "general"


class TopicPool(models.Model):
Expand Down

0 comments on commit f67db08

Please sign in to comment.