summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.6/mysql/patch/users.sql
blob: 5234b1c4ffda1a32d50465c66f1705879dd98cac (plain)
1
2
alter table users add autologin integer DEFAULT '0' NOT NULL;
alter table users add theme varchar(128) DEFAULT 'default.css' NOT NULL;