Files
BeWoPlaner/Model/Changes_2016_12_02.txt

9 lines
276 B
Plaintext

ALTER TABLE `1234567890`.`customer2person`
ADD COLUMN `OrganisationOid` BIGINT(19) NULL DEFAULT NULL COMMENT '' AFTER `SystemEntryID`;
ALTER TABLE `1234567890`.`customer2organisation`
ADD COLUMN `PersonOid` BIGINT(19) NULL DEFAULT NULL COMMENT '' AFTER `SystemEntryID`;