You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change type to an enum and require code changes to add a new membership type
Add another column for type_en for the English translation
...something else?
We also need to be mindful of which is the primary type field, since the current plan is to connect memberships by the type field (renew notifications etc.)
The text was updated successfully, but these errors were encountered:
Membership type is now stored in the database in a
type
column with typetext
:We could probably do any of the following
type_en
for the English translationWe also need to be mindful of which is the primary type field, since the current plan is to connect memberships by the type field (renew notifications etc.)
The text was updated successfully, but these errors were encountered: