Database schema, seeds and scripts for seed, setup & teardown

This commit is contained in:
2022-12-11 18:15:47 +01:00
parent 5f42163dbe
commit 099c3a59ac
22 changed files with 1203 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CREATE SEQUENCE
IF NOT EXISTS "id_sequence";