-
Notifications
You must be signed in to change notification settings - Fork 8
Description
When we deploy a change that involves changing the roles table (ie, adding a new API route or new role), it does not auto-update the database with the corresponding changes. This should happen. I just had to manually update the prod database with the proper routes which is obviously dangerous. We should run something similar to the database seed script (but without dropping the settings) when we deploy to prod. @MikaVohl
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.