Skip to content

Commit 7b12f30

Browse files
author
jackandrews
committed
fix: avoid drop null
1 parent 788c850 commit 7b12f30

File tree

1 file changed

+1
-8
lines changed
  • apps/api/src/prisma/migrations/20241021230158_redirecturi

1 file changed

+1
-8
lines changed
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
/*
2-
Warnings:
3-
4-
- Made the column `expiresIn` on table `Email` required. This step will fail if there are existing NULL values in that column.
5-
6-
*/
71
-- AlterTable
8-
ALTER TABLE "Email" ADD COLUMN "redirectUri" TEXT,
9-
ALTER COLUMN "expiresIn" SET NOT NULL;
2+
ALTER TABLE "Email" ADD COLUMN "redirectUri" TEXT;

0 commit comments

Comments
 (0)