Skip to content

Commit 0d1836f

Browse files
committed
migraton merge
1 parent 93df4d6 commit 0d1836f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

prisma/migrations/20230730152730_auto_approve_true/migration.sql

Lines changed: 0 additions & 2 deletions
This file was deleted.

prisma/migrations/20230723214700_init/migration.sql renamed to prisma/migrations/20230730154101_init/migration.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CREATE TABLE "Project" (
3333
"maxBranchLifetime" INTEGER NOT NULL DEFAULT 30,
3434
"updatedAt" TIMESTAMP(3) NOT NULL,
3535
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
36-
"autoApproveFeature" BOOLEAN NOT NULL DEFAULT false,
36+
"autoApproveFeature" BOOLEAN NOT NULL DEFAULT true,
3737
"imageComparison" "ImageComparison" NOT NULL DEFAULT 'pixelmatch',
3838
"imageComparisonConfig" TEXT NOT NULL DEFAULT '{ "threshold": 0.1, "ignoreAntialiasing": true, "allowDiffDimensions": false }',
3939

0 commit comments

Comments
 (0)