calcom/prisma/migrations/20210615153546_added_buffer_time/migration.sql
2021-06-15 18:19:00 +02:00

2 lines
90 B
SQL

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