CoverMe requests logged

This commit is contained in:
Dobromir Popov
2024-04-18 13:34:17 +03:00
parent 59cbedbbb2
commit 91adc27d29
8 changed files with 34 additions and 14 deletions

View File

@ -5,7 +5,7 @@ CREATE TABLE `EventLog` (
`publisherId` VARCHAR(191) NULL,
`shiftId` INTEGER NULL,
`content` VARCHAR(191) NOT NULL,
`type` ENUM('AssignnementReplacementRequested', 'AssignnementReplacement', 'SentEmail') NOT NULL,
`type` ENUM('AssignmentReplacementRequested', 'AssignmentReplacementAccepted', 'SentEmail') NOT NULL,
PRIMARY KEY (`id`)