infrastructure for supporting pages/groups
This commit is contained in:
parent
36e1afa6ae
commit
f5a8a92df1
3 changed files with 26 additions and 7 deletions
|
@ -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` )");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue