calcom/prisma/migrations/20220105104913_add_away_field/migration.sql
Bailey Pumfleet 7739994f4e
Add an away mode to disable your booking page (#1418)
* Add away column and status circle

* Add away status toggle

* Show message on booking page when away

* Update common.json

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-01-11 10:32:40 +00:00

2 lines
88 B
SQL

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