aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorHabeas Codice <habeascodice@federated.social>2015-01-18 18:33:32 -0800
committerHabeas Codice <habeascodice@federated.social>2015-01-18 18:33:32 -0800
commit547d852ef7bb22e84ed4cf239912935150b2f784 (patch)
treef7f29594aa736811dae14ce4bbe2a885d5808ed2 /boot.php
parent89a2012f7f109a775199570853cf0eea1b8aaf35 (diff)
downloadvolse-hubzilla-547d852ef7bb22e84ed4cf239912935150b2f784.tar.gz
volse-hubzilla-547d852ef7bb22e84ed4cf239912935150b2f784.tar.bz2
volse-hubzilla-547d852ef7bb22e84ed4cf239912935150b2f784.zip
fix update 1131 for postgres databases
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 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.