Blame view

database/update/script_sql/db-update-2019-01-10-IRAP-TEST-only.sql 193 Bytes
6422375e   Etienne Pallier   renommé ldap_anon...
1
2
use database;

e905b644   Etienne Pallier   bugfix le toggle ...
3
ALTER TABLE `configurations` CHANGE `ldap_anonymous` `ldap_authentified` BOOLEAN NOT NULL DEFAULT FALSE AFTER `ldap_filter`;
6422375e   Etienne Pallier   renommé ldap_anon...
4
update configurations set ldap_authentified = FALSE;