added migrations folder to git-project to sync resolved migrations
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- CreateEnum
|
||||
CREATE TYPE "HpgValidationState" AS ENUM ('NOT_VALIDATED', 'PENDING', 'VALID', 'INVALID');
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "Mission" ADD COLUMN "hpgValidationState" "HpgValidationState" NOT NULL DEFAULT 'NOT_VALIDATED';
|
||||
Reference in New Issue
Block a user