diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-09-16 10:11:59 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-09-16 10:11:59 +0200 |
commit | d5ffa5508d4c04be801d049b63ae6881460abe82 (patch) | |
tree | 4e52797a39add8e7662d06028c0b25584c432561 /boot.php | |
parent | cb3fb0049f64a92668bc94746dc55cc905683699 (diff) | |
download | volse-hubzilla-d5ffa5508d4c04be801d049b63ae6881460abe82.tar.gz volse-hubzilla-d5ffa5508d4c04be801d049b63ae6881460abe82.tar.bz2 volse-hubzilla-d5ffa5508d4c04be801d049b63ae6881460abe82.zip |
db update to add index to item.resource_id we query this in wikis a lot
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '2.7.3' ); define ( 'ZOT_REVISION', '1.3' ); -define ( 'DB_UPDATE_VERSION', 1195 ); +define ( 'DB_UPDATE_VERSION', 1196 ); define ( 'PROJECT_BASE', __DIR__ ); |