5 lines
178 B
MySQL
5 lines
178 B
MySQL
|
|
-- AddRoundEntryNotification
|
||
|
|
-- Adds the entryNotificationType column to Round table for configurable notifications
|
||
|
|
|
||
|
|
ALTER TABLE "Round" ADD COLUMN "entryNotificationType" TEXT;
|