Upgrade from 10.0.1 to 11.0.5 - Issues with MYSQL

Wooops, looking over this issue once again, I also noticed that I missed the unique key defined from the v10 script of the 11.0.3 package…

So… This statement also needs to be done manually:

ALTER TABLE `org_saml_config` ADD UNIQUE KEY `domain` (`domain`);

3 Likes