We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88bdde8 + f28a81d commit 765b66fCopy full SHA for 765b66f
1 file changed
…/20250520140045_add_tables/migration.sql …20250606065322_last_update/migration.sqlprisma/migrations/20250520140045_add_tables/migration.sql renamed to prisma/migrations/20250606065322_last_update/migration.sql
@@ -15,6 +15,12 @@ CREATE TABLE "User" (
15
"description" TEXT NOT NULL DEFAULT '',
16
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
17
"lastSession" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
18
+ "pushToken" TEXT,
19
+ "pushTaskAssignment" BOOLEAN NOT NULL DEFAULT true,
20
+ "pushMessageReceived" BOOLEAN NOT NULL DEFAULT true,
21
+ "pushDeadlineReminder" BOOLEAN NOT NULL DEFAULT true,
22
+ "emailEnrollment" BOOLEAN NOT NULL DEFAULT true,
23
+ "emailAssistantAssignment" BOOLEAN NOT NULL DEFAULT true,
24
25
CONSTRAINT "User_pkey" PRIMARY KEY ("uuid")
26
);
0 commit comments