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:10:29 +0100 |
commit | 6ee6285670be27bbcf8565dd63af57a93673972b (patch) | |
tree | 3c98f0506692537095d521a00e3c62c511e85a53 /boot.php | |
parent | d32f583fda07080f0c331618893d5df91050af1d (diff) | |
download | volse-hubzilla-6ee6285670be27bbcf8565dd63af57a93673972b.tar.gz volse-hubzilla-6ee6285670be27bbcf8565dd63af57a93673972b.tar.bz2 volse-hubzilla-6ee6285670be27bbcf8565dd63af57a93673972b.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.3.1' ); define ( 'ZOT_REVISION', '1.3' ); -define ( 'DB_UPDATE_VERSION', 1206 ); +define ( 'DB_UPDATE_VERSION', 1207 ); define ( 'PROJECT_BASE', __DIR__ ); |