Skip to content

Commit

Permalink
Merge pull request #282 from SocialGouv/feature/enfants
Browse files Browse the repository at this point in the history
fix: readd migrations
  • Loading branch information
YoannNumericite authored May 3, 2022
2 parents fd2d204 + ae358bd commit d503eb3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Commission" ADD COLUMN IF NOT EXISTS "lastSent" TIMESTAMP(3);
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Enfant" ALTER COLUMN "nombreCachets" SET DEFAULT 0;
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "User" ADD COLUMN IF NOT EXISTS "departement" TEXT;
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "Role" ADD VALUE IF NOT EXISTS 'MEMBRE';

0 comments on commit d503eb3

Please sign in to comment.