Files
BeWoPlaner/Model/Changes_2016_12_05.txt

7 lines
290 B
Plaintext
Raw Normal View History

ALTER TABLE `organisation2person`
ADD COLUMN `RolleInOrganisation` BIGINT(19) NULL DEFAULT NULL COMMENT '' AFTER `SystemEntryID`;
ALTER TABLE `organisation2person`
2025-07-11 18:48:37 +02:00
CHANGE COLUMN IF EXISTS `RolleInOrganisation` `RolleInOrganisationValueListOid` BIGINT(19) NULL DEFAULT NULL COMMENT '' ;