piler/util/db-upgrade-0.19-vs-0.20.sql

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;