2026-02-18 17:15:31 -07:00

3 lines
129 B
SQL

-- AlterTable
ALTER TABLE "site_settings" ADD COLUMN IF NOT EXISTS "notifyAdminShiftCancellation" BOOLEAN NOT NULL DEFAULT true;