move to postgres, adds user checks to content creation

This commit is contained in:
2024-08-20 09:55:49 -06:00
parent 545656cf22
commit e42a938b13
15 changed files with 266 additions and 245 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Schema" ALTER COLUMN "originalId" DROP NOT NULL;