work-timer/prisma/migrations/20230223112151_add_user_admin_flag/migration.sql

3 lines
88 B
MySQL
Raw Normal View History

2023-02-23 14:17:29 +01:00
-- AlterTable
ALTER TABLE "User" ADD COLUMN "admin" BOOLEAN NOT NULL DEFAULT false;