We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788c850 commit 7b12f30Copy full SHA for 7b12f30
apps/api/src/prisma/migrations/20241021230158_redirecturi/migration.sql
@@ -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
-*/
7
-- AlterTable
8
-ALTER TABLE "Email" ADD COLUMN "redirectUri" TEXT,
9
-ALTER COLUMN "expiresIn" SET NOT NULL;
+ALTER TABLE "Email" ADD COLUMN "redirectUri" TEXT;
0 commit comments