Files
BeWoPlaner/Model/Changes_2016_12_02.txt
2017-08-30 16:56:51 +02:00

9 lines
250 B
Plaintext

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