Additional setup to configuration database.

After successfully running the upgrade process run the following commands in servers shell:

ij
ALTER TABLE SyncTaskExecution ALTER COLUMN lastDomainConfigChangeTimestamp SET DATA TYPE VARCHAR(200);
ALTER TABLE SyncLastDomainChange ALTER COLUMN changeStringFromWdp SET DATA TYPE VARCHAR(200);

Do not tun this on cell members or self-service external portal.