From 696f62331d0edb541666e5ad72b69aa26940faeb Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 20 May 2014 22:38:33 -0700 Subject: try to recover from bad update --- boot.php | 2 +- install/update.php | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index 71392e673..14a3d8770 100755 --- a/boot.php +++ b/boot.php @@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1110 ); +define ( 'DB_UPDATE_VERSION', 1111 ); define ( 'EOL', '
' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/install/update.php b/install/update.php index b91589c28..cc755c8c2 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@