aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-29 18:19:08 -0800
committerfriendica <info@friendica.com>2012-02-29 18:19:08 -0800
commitbbebb4c2a050f22e9aa51cb123359b169bcb3b3c (patch)
tree691c6f2b64556df936a7f9e9b23a69b3873b962a /update.php
parent84d5f495e6e6edd7114b7e72711035e96479e39a (diff)
downloadvolse-hubzilla-bbebb4c2a050f22e9aa51cb123359b169bcb3b3c.tar.gz
volse-hubzilla-bbebb4c2a050f22e9aa51cb123359b169bcb3b3c.tar.bz2
volse-hubzilla-bbebb4c2a050f22e9aa51cb123359b169bcb3b3c.zip
notification enhancements
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/update.php b/update.php
index 8ca5ef90b..6dbd410bc 100755
--- a/update.php
+++ b/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1129 );
+define( 'UPDATE_VERSION' , 1130 );
/**
*
@@ -1114,3 +1114,6 @@ function update_1128() {
q("alter table spam add `date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `term` ");
}
+function update_1129() {
+ q("ALTER TABLE `notify` ADD `parent` INT NOT NULL AFTER `link` , ADD INDEX ( `parent` ), ADD INDEX ( `link` ), ADD INDEX ( `otype` ) ");
+} \ No newline at end of file