From: friendica Date: Wed, 27 Aug 2014 02:18:19 +0000 (-0700) Subject: increase guid.guid field length for redmatrix-over-diaspora communications X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=03245e4a83c27e2545d4faf48f3e89c606cf5237;p=friendica.git increase guid.guid field length for redmatrix-over-diaspora communications --- diff --git a/boot.php b/boot.php index f4468bee92..74a14ae10a 100644 --- a/boot.php +++ b/boot.php @@ -14,7 +14,7 @@ require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '3.2.1753' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1170 ); +define ( 'DB_UPDATE_VERSION', 1171 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/update.php b/update.php index 9303e5d19c..d0fddcf276 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@