-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: achievement database model #867
Conversation
As we need a somewhat linear history for our schema (as we need a total order in which migrations are applied), I'd suggest to either (a) bring this in to master directly if you think the model is more or less ready or (b) to ignore the migration check for now and generate the migration once the feature branch is ready. |
adjust formula return value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest to go to master with this soonish to avoid conflicts in prisma
Closes https://github.com/corona-school/project-user/issues/880
✅ What was done
achievement_template
tableuser_achievement
tableevent
table