piler/util/db-upgrade-0.1.19-vs-0.1.20.sql
2013-02-16 12:33:25 +01:00

5 lines
226 B
SQL

alter table `user` change column `password` `password` char(128) default null;
alter table `remote` change column `basedn` `basedn` char(255) not null;
alter table `remote` change column `binddn` `binddn` char(255) not null;