MOPC-App/prisma/migrations/20260204000000_add_round_en.../migration.sql

5 lines
178 B
SQL

-- AddRoundEntryNotification
-- Adds the entryNotificationType column to Round table for configurable notifications
ALTER TABLE "Round" ADD COLUMN "entryNotificationType" TEXT;