calcom/packages/prisma/migrations/20220328185001_soft_delete_booking_references/migration.sql

3 lines
79 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "BookingReference" ADD COLUMN "deleted" BOOLEAN;