Files
BeWoPlaner/Model/Changes_2024_10_23 GkvUpdate.txt
2024-10-23 17:05:20 +02:00

5 lines
284 B
Plaintext

ALTER TABLE `gkvtransferprotokoll`
ADD COLUMN `SentDakotaSuccess` TINYINT NOT NULL DEFAULT 0 AFTER `SentApp8Success`,
CHANGE COLUMN `Fehlerlevel` `ResultType` INT NULL DEFAULT NULL AFTER `SentDakotaSuccess`,
CHANGE COLUMN `SentSuccess` `SentApp8Success` TINYINT NOT NULL DEFAULT 0 ;