resonatecoop/api

UserMembership.expiresAt column

simonv3 opened this issue · 0 comments

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.