Files
Vault/prisma/migrations/20251124083316_add_user_role/migration.sql
T
twotalesanimation 81ad7e4ea9 Initial commit
2026-06-11 10:46:09 +02:00

3 lines
85 B
SQL

-- AlterTable
ALTER TABLE "User" ADD COLUMN "role" TEXT NOT NULL DEFAULT 'user';