db-update-2019-01-10-IRAP-TEST-only.sql 193 Bytes Edit Raw Blame History 1 2 3 4 use database; ALTER TABLE `configurations` CHANGE `ldap_anonymous` `ldap_authentified` BOOLEAN NOT NULL DEFAULT FALSE AFTER `ldap_filter`; update configurations set ldap_authentified = FALSE;