Commit Graph

8 Commits

Author SHA1 Message Date
Valentin Tolmer 8ab900dfce github: update postgres migration sed to handle jwt_storage 2023-10-30 21:59:48 +01:00
Florian 9d5714ee0b chore: update repository references 2023-10-22 19:59:36 +02:00
MI3Guy 9e88bfe6b4
docs: fix primary key in PG migration
When importing data, Postgres doesn't update the auto increment counter for the groups. Creating a group after an import would fail due to duplicate IDs. This manually sets the ID to the max of the IDs + 1.
2023-10-09 16:35:52 +02:00
Valentin Tolmer 19b4fd520a scripts: don't export the default attribute schemas 2023-06-15 15:00:52 +02:00
Dedy Martadinata S c7c6d95334
docker: Add DB migration tests in the CI 2023-03-28 13:59:23 +02:00
Austin Alvarado 834d68a47e
docs: fix DB migration, add sqlite migration helper script 2023-03-22 17:07:10 +01:00
Austin Alvarado 05dbe6818d
server: Create schema command 2023-03-21 14:16:19 +01:00
Austin Alvarado c817b31dfc
docs: Add DB migration docs 2023-03-17 17:49:24 +01:00