db-update-2019-01-10-IRAP-TEST-only.sql 193 Bytes
use database;

ALTER TABLE `configurations` CHANGE `ldap_anonymous` `ldap_authentified` BOOLEAN NOT NULL DEFAULT FALSE AFTER `ldap_filter`;
update configurations set ldap_authentified = FALSE;