summaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2022-11-11Remove user setup from initial migrationxengineering
The initial migration used to add the Ceres database and user. This works well for the production use case but is not that suitable for the development / debugging use case where the default user of the developer should be used. With this commit the generic user setup is explained in the README which can be applied to the developers Linux user aswell as a system user for the production use case.
2022-11-07Add existing workxengineering