Files
2026-07-06 21:53:53 +02:00

4 lines
84 B
SQL

-- AlterTable
ALTER TABLE "User"
ADD COLUMN "thirtyDayNudgeSentAt" TIMESTAMP(3);