aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-14 01:12:05 -0700
committerfriendica <info@friendica.com>2013-07-14 01:12:05 -0700
commit39856f7cb1c15bd737d60581e0a54a061896f99d (patch)
tree993bf6a736ac63c477ce4d0533e2e14d33fd4da6 /install/update.php
parentdf23bc9ad4511c1faab2efcf9a3558d81a8c2058 (diff)
downloadvolse-hubzilla-39856f7cb1c15bd737d60581e0a54a061896f99d.tar.gz
volse-hubzilla-39856f7cb1c15bd737d60581e0a54a061896f99d.tar.bz2
volse-hubzilla-39856f7cb1c15bd737d60581e0a54a061896f99d.zip
Add self to recipient lists. Sure we already have a copy but it's possible our nomadic channel clones don't.
Diffstat (limited to 'install/update.php')
-rw-r--r--install/update.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php
index 22c069d2f..55ff4b542 100644
--- a/install/update.php
+++ b/install/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1049 );
+define( 'UPDATE_VERSION' , 105- );
/**
*
@@ -601,3 +601,12 @@ function update_r1048() {
return UPDATE_SUCCESS;
return UPDATE_FAILED;
}
+
+
+function update_r1049() {
+ $r = q("ALTER TABLE `term` ADD `parent_hash` CHAR( 255 ) NOT NULL DEFAULT '' AFTER `term_hash` , ADD INDEX ( `parent_hash` ) ");
+
+ if($r)
+ return UPDATE_SUCCESS;
+ return UPDATE_FAILED;
+} \ No newline at end of file