From: fabrixxm Date: Mon, 7 Nov 2011 17:41:22 +0000 (+0100) Subject: fix db update X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c90e6c6e0782e3e8ac9cf1be3acbc13f5448148d;p=friendica.git fix db update --- diff --git a/update.php b/update.php index 511362a6df..362935c384 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` ");