work-timer/prisma/migrations/20230301000042_add_userpref_dateformat/migration.sql

3 lines
92 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "User" ADD COLUMN "dateFormat" TEXT NOT NULL DEFAULT 'en-GB';