Skip to content

Commit 66c2267

Browse files
authored
Merge pull request #1090 from trycompai/claudio/iterate-onboarding
[dev] [claudfuen] claudio/iterate-onboarding
2 parents 3bda286 + ba0f148 commit 66c2267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/db/prisma/migrations/20250627180828_rename_completed_col

packages/db/prisma/migrations/20250627180828_rename_completed_col/migration.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-- AlterTable
88
ALTER TABLE "Onboarding"
9-
ADD COLUMN "triggerJobCompleted" BOOLEAN NOT NULL DEFAULT false;
9+
ADD COLUMN IF NOT EXISTS "triggerJobCompleted" BOOLEAN NOT NULL DEFAULT false;
1010

1111
-- Copy existing values from completed to triggerJobCompleted
1212
UPDATE "Onboarding" SET "triggerJobCompleted" = "completed";

0 commit comments

Comments
 (0)