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

3 lines
80 B
MySQL
Raw Normal View History

alter table `user` change column `password` `password` char(128) default null;