diff options
author | friendica <info@friendica.com> | 2011-11-15 23:12:56 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-15 23:12:56 -0800 |
commit | 7b58de743a5b0694792e744a004a37584a3c8ccb (patch) | |
tree | 0a113759ae59e60a17b793e349376a153a006bbf /boot.php | |
parent | 3bd2b731b2040e1025caef68e7da1f07907ae809 (diff) | |
download | volse-hubzilla-7b58de743a5b0694792e744a004a37584a3c8ccb.tar.gz volse-hubzilla-7b58de743a5b0694792e744a004a37584a3c8ccb.tar.bz2 volse-hubzilla-7b58de743a5b0694792e744a004a37584a3c8ccb.zip |
add a few more sql indexes
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDIKA_PLATFORM', 'Friendica'); define ( 'FRIENDIKA_VERSION', '2.3.1166' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1103 ); +define ( 'DB_UPDATE_VERSION', 1104 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |