Files
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;