Files
BeWoPlaner/Model/Changes_2016_12_05.txt

10 lines
283 B
Plaintext
Raw Normal View History

ALTER TABLE `organisation2person`
ADD COLUMN `RolleInOrganisation` BIGINT(19) NULL DEFAULT NULL COMMENT '' AFTER `SystemEntryID`;
ALTER TABLE `organisation2person`
CHANGE COLUMN `RolleInOrganisation` `RolleInOrganisationValueListOid` BIGINT(19) NULL DEFAULT NULL COMMENT '' ;