-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
A neater way of building and updating the database is needed.
Currently, the SQL-script in core needs to be run. But this script can't contain table alterations, because if it does then the script will fail anytime somebody who already has those alterations in place. Works fine for docker, but not for development.
Alternatives:
- ORM-less mutation: https://medium.com/building-the-system/dont-be-a-sucker-and-stop-using-orms-190add65add4
- DB migration handling software
- ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request