calcom/packages/prisma/migrations/20220228122419_add_time_format/migration.sql

2 lines
81 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "users" ADD COLUMN "timeFormat" INTEGER DEFAULT 12;