Migration

This commit is contained in:
Timo Knuth
2026-04-03 00:31:20 +02:00
parent 97a6cc11f7
commit fe00bede47
6 changed files with 36 additions and 17 deletions

View File

@@ -0,0 +1,4 @@
-- AlterTable
ALTER TABLE "User"
ADD COLUMN "activationNudgeSentAt" TIMESTAMP(3),
ADD COLUMN "upgradeNudgeSentAt" TIMESTAMP(3);