Files
QR-master/prisma/migrations/20260403110000_add_thirty_day_nudge_field/migration.sql
Timo Knuth fe00bede47 Migration
2026-04-03 00:31:20 +02:00

4 lines
81 B
SQL

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