resonatecoop / api

The one Resonate API to rule them all

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UserMembership.expiresAt column

simonv3 opened this issue · comments

commented

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.