Bypass the default query of the User class when no uid is specified
[platal.git] / upgrade / 0.9.16 / 02_axletter.sql
1 alter table axletter change column shortname short_name varchar(16) unique key;
2
3 # vim:set syntax=mysql: