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
Right now we're relying on our expiration of membership classes to be dependent on updatedAt date, which isn't accurate cause that gets affected every time a user's UserMembership gets updated through sequelize. Adding a new column will make that more accurate.
The text was updated successfully, but these errors were encountered:
Right now we're relying on our expiration of membership classes to be dependent on
updatedAt
date, which isn't accurate cause that gets affected every time a user's UserMembership gets updated through sequelize. Adding a new column will make that more accurate.The text was updated successfully, but these errors were encountered: