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:
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: