aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-11-07 18:41:22 +0100
committerfabrixxm <fabrix.xm@gmail.com>2011-11-07 18:41:22 +0100
commitc90e6c6e0782e3e8ac9cf1be3acbc13f5448148d (patch)
tree82e8aaba6f1d63a708bf3ffa7d9b0907202ef5d6 /update.php
parent0becdb01db63815bd3c12e2969cc3f1bf0132f4d (diff)
downloadvolse-hubzilla-c90e6c6e0782e3e8ac9cf1be3acbc13f5448148d.tar.gz
volse-hubzilla-c90e6c6e0782e3e8ac9cf1be3acbc13f5448148d.tar.bz2
volse-hubzilla-c90e6c6e0782e3e8ac9cf1be3acbc13f5448148d.zip
fix db update
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 511362a6d..362935c38 100644
--- a/update.php
+++ b/update.php
@@ -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` ");