aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/update/rev001351-1-auth.sql
blob: 42665a1f917b0677116b05fcb9afa10d3a9affe4 (plain)
1
2
3
alter table accounts modify policy ENUM('private','parent','public') NOT NULL;
alter table accounts modify userAccount VARCHAR(32) NOT NULL;