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

2 lines
88 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "away" BOOLEAN NOT NULL DEFAULT false;