Files
vfxreview/prisma/migrations/20260515090849_add_must_change_password/migration.sql
T
twotalesanimation 0fbe856dce Initial commit
2026-05-19 22:20:29 +02:00

3 lines
102 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "mustChangePassword" BOOLEAN NOT NULL DEFAULT false;