aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-15 23:12:56 -0800
committerfriendica <info@friendica.com>2011-11-15 23:12:56 -0800
commit7b58de743a5b0694792e744a004a37584a3c8ccb (patch)
tree0a113759ae59e60a17b793e349376a153a006bbf /boot.php
parent3bd2b731b2040e1025caef68e7da1f07907ae809 (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 93b8c0106..0e9472c00 100644
--- a/boot.php
+++ b/boot.php
@@ -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' );