DB-Name herausgenommen

This commit is contained in:
staccatomamba
2017-09-27 11:34:48 +02:00
parent 66f54e8ac7
commit fa33652b66

View File

@@ -1,4 +1,4 @@
ALTER TABLE `1234567890`.`customer`
ALTER TABLE `customer`
ADD COLUMN `VertretungGewuenscht` TINYINT(4) NULL DEFAULT 1 COMMENT '' AFTER `AufenthaltsStatusValueListEntryOid`,
@@ -7,13 +7,13 @@ ADD COLUMN `AbWelchemKrankheitsTag` INT(10) NULL DEFAULT 0 COMMENT '' AFTER `Ver
ADD COLUMN `VertretungDringendErforderlich` TINYINT(4) NULL DEFAULT 1 COMMENT '' AFTER `AbWelchenKrankheitsTag`;
ALTER TABLE `1234567890`.`arbeitszeiteintrag`
ALTER TABLE `arbeitszeiteintrag`
ADD COLUMN `CustomerOid` BIGINT(19) NULL DEFAULT NULL COMMENT '' AFTER `UhrzeitBis`;
ALTER TABLE `1234567890`.`customerappcode`
ALTER TABLE `customerappcode`
ADD COLUMN `BenutzerName` VARCHAR(1024) NULL DEFAULT NULL COMMENT '' AFTER `IsChatActive`,