aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-20 19:08:40 -0700
committerFriendika <info@friendika.com>2011-06-20 19:08:40 -0700
commit55112cfdd0dc63c8ad7f719aea5b46db37fcf081 (patch)
treebdd28ad235fdc20dc2b711c77d14c2f53f0a3868 /update.php
parentdb336929cd1211e6704914c77dc332d7555decff (diff)
downloadvolse-hubzilla-55112cfdd0dc63c8ad7f719aea5b46db37fcf081.tar.gz
volse-hubzilla-55112cfdd0dc63c8ad7f719aea5b46db37fcf081.tar.bz2
volse-hubzilla-55112cfdd0dc63c8ad7f719aea5b46db37fcf081.zip
item source
Diffstat (limited to 'update.php')
-rw-r--r--update.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/update.php b/update.php
index 541a12ef5..595395673 100644
--- a/update.php
+++ b/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1064 );
+define( 'UPDATE_VERSION' , 1065 );
/**
*
@@ -521,3 +521,6 @@ function update_1063() {
q("ALTER TABLE `addon` ADD `plugin_admin` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `timestamp` ");
}
+function update_1064() {
+ q("ALTER TABLE `item` ADD `app` CHAR( 255 ) NOT NULL AFTER `body` ");
+}