Skip to content

Commit

Permalink
feat: removed not null from UiDefinition.crossEnvKey (#2723)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-shvadron authored Sep 18, 2024
1 parent 591dfbf commit 63154d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/workflows-service/prisma/data-migrations
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
-- AlterTable
ALTER TABLE "UiDefinition" ADD COLUMN "crossEnvKey" TEXT NOT NULL;
ALTER TABLE "UiDefinition" ADD COLUMN "crossEnvKey" TEXT;

-- CreateIndex
CREATE UNIQUE INDEX "UiDefinition_crossEnvKey_key" ON "UiDefinition"("crossEnvKey");

0 comments on commit 63154d7

Please sign in to comment.