1
1
Fork 0

infrastructure for supporting pages/groups

This commit is contained in:
Mike Macgirvin 2010-10-16 22:11:21 -07:00
commit f5a8a92df1
3 changed files with 26 additions and 7 deletions

View file

@ -63,3 +63,8 @@ function update_1006() {
}
}
}
function update_1007() {
q("ALTER TABLE `user` ADD `page-flags` INT NOT NULL DEFAULT '0' AFTER `notify-flags`");
q("ALTER TABLE `user` ADD INDEX ( `nickname` )");
}