From 547d852ef7bb22e84ed4cf239912935150b2f784 Mon Sep 17 00:00:00 2001 From: Habeas Codice Date: Sun, 18 Jan 2015 18:33:32 -0800 Subject: fix update 1131 for postgres databases --- boot.php | 2 +- install/update.php | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index 7d051e5f2..2022ab2c1 100755 --- a/boot.php +++ b/boot.php @@ -49,7 +49,7 @@ define ( 'RED_PLATFORM', 'redmatrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1132 ); +define ( 'DB_UPDATE_VERSION', 1133 ); /** * Constant with a HTML line break. diff --git a/install/update.php b/install/update.php index f7ccb8210..381ea0828 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@