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
{{ message }}
This repository was archived by the owner on Feb 3, 2024. It is now read-only.
Currently, if a change is made to the database schema, a user with administrative access must go in and manually make the changes.
It’d be cool if we had a tool like Alembic to manage db revisions. This has a couple of really handy features:
Any revision files would need to be mirrored to https://github.com/ComputerScienceHouse/QuotefaultAPI to make sure they stay in sync.
See also ComputerScienceHouse/QuotefaultAPI#56