fix db update

This commit is contained in:
fabrixxm 2011-11-07 18:41:22 +01:00
parent 0becdb01db
commit c90e6c6e07
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ function update_1101() {
}
function update_1102() {
q("ALTER TABLE `clients` ADD `name` TEXT NULL DEFAULT NULL AFTER `redirect` ");
q("ALTER TABLE `clients` ADD `name` TEXT NULL DEFAULT NULL AFTER `redirect_uri` ");
q("ALTER TABLE `clients` ADD `icon` TEXT NULL DEFAULT NULL AFTER `name` ");
q("ALTER TABLE `clients` ADD `uid` INT NOT NULL DEFAULT 0 AFTER `icon` ");