diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-02 10:10:29 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-02 10:28:56 +0100 |
commit | b44e46f8be648f4ae1f6015eb4643de70b793b1e (patch) | |
tree | 7c044a5150d3b9e3448d61ebd5edb0d699e0b680 /boot.php | |
parent | f5169bdbbb969f3b13cdcc57348a3acf7a008791 (diff) | |
download | volse-hubzilla-b44e46f8be648f4ae1f6015eb4643de70b793b1e.tar.gz volse-hubzilla-b44e46f8be648f4ae1f6015eb4643de70b793b1e.tar.bz2 volse-hubzilla-b44e46f8be648f4ae1f6015eb4643de70b793b1e.zip |
db update to drop index resource_type. we have uid_resource_type now.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '3.2RC1' ); define ( 'ZOT_REVISION', '1.3' ); -define ( 'DB_UPDATE_VERSION', 1206 ); +define ( 'DB_UPDATE_VERSION', 1207 ); define ( 'PROJECT_BASE', __DIR__ ); |