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