calcom/apps/web/prisma/migrations/20210615153546_added_buffer_time/migration.sql
2022-02-10 14:22:45 -07:00

2 lines
90 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "bufferTime" INTEGER NOT NULL DEFAULT 0;