From: friendica Date: Fri, 6 Apr 2012 10:25:01 +0000 (-0700) Subject: fix bad sql update X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0731c177eb4a58c6dd7bb50ee3915563c33531bc;p=friendica.git fix bad sql update --- diff --git a/boot.php b/boot.php index e1bcc078a5..f4f44a6447 100644 --- a/boot.php +++ b/boot.php @@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1303' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1135 ); +define ( 'DB_UPDATE_VERSION', 1136 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/update.php b/update.php index ae35d2d50d..0c8486c316 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@