Closed razage closed 7 years ago
As currently planned, the tag_type of a tag should only be either "Generic" or "Genre". This could be handled much better and much safer by using an Enum and a ChoiceType column (from SQLAlchemy-Utils).
As currently planned, the tag_type of a tag should only be either "Generic" or "Genre". This could be handled much better and much safer by using an Enum and a ChoiceType column (from SQLAlchemy-Utils).