diff options
author | Habeas Codice <habeascodice@federated.social> | 2015-01-18 18:33:32 -0800 |
---|---|---|
committer | Habeas Codice <habeascodice@federated.social> | 2015-01-18 18:33:32 -0800 |
commit | 547d852ef7bb22e84ed4cf239912935150b2f784 (patch) | |
tree | f7f29594aa736811dae14ce4bbe2a885d5808ed2 /boot.php | |
parent | 89a2012f7f109a775199570853cf0eea1b8aaf35 (diff) | |
download | volse-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-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |