aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-15 03:26:37 -0700
committerFriendika <info@friendika.com>2011-10-15 03:26:37 -0700
commit5dcc10a5d9d2be79070716fbcaf5c054f7ed9efa (patch)
tree24fe6816289c5334c1e5c9ee895fc0bd1aff530e /update.php
parentaf6ab381000346f487d1b5b07623510640dd7ee5 (diff)
downloadvolse-hubzilla-5dcc10a5d9d2be79070716fbcaf5c054f7ed9efa.tar.gz
volse-hubzilla-5dcc10a5d9d2be79070716fbcaf5c054f7ed9efa.tar.bz2
volse-hubzilla-5dcc10a5d9d2be79070716fbcaf5c054f7ed9efa.zip
working on long-term solution to relay issue
Diffstat (limited to 'update.php')
-rw-r--r--update.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/update.php b/update.php
index 06bbb8b41..ed6b9e05e 100644
--- a/update.php
+++ b/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1096 );
+define( 'UPDATE_VERSION' , 1097 );
/**
*
@@ -795,3 +795,9 @@ function update_1094() {
function update_1095() {
q("ALTER TABLE `contact` ADD `bd` DATE NOT NULL AFTER `bdyear` ");
}
+
+function update_1096() {
+ q("ALTER TABLE `item` ADD `origin` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `deleted` , ADD INDEX ( `origin` ) ");
+}
+
+