Files
BeWoPlaner/Model/Changes_2016_12_02.txt

9 lines
250 B
Plaintext
Raw Permalink Normal View History

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`;