aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-02-15 14:19:54 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-02-15 14:19:54 +0100
commit70cf5ae3c79ad1b94e9d5fab82325d55a12761c0 (patch)
tree5aeffd36453e9b890442a682623c84aee276836e /update.php
parentdd8bbe820294ce6e0ca2e17f8783cb125b9871db (diff)
parent473786d3a09a2210b2fe55a00d2bac5d8d207d52 (diff)
downloadvolse-hubzilla-70cf5ae3c79ad1b94e9d5fab82325d55a12761c0.tar.gz
volse-hubzilla-70cf5ae3c79ad1b94e9d5fab82325d55a12761c0.tar.bz2
volse-hubzilla-70cf5ae3c79ad1b94e9d5fab82325d55a12761c0.zip
Merge remote-tracking branch 'friendika-master/master'
Diffstat (limited to 'update.php')
-rw-r--r--update.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.php b/update.php
index 84eaebe18..131014d4a 100644
--- a/update.php
+++ b/update.php
@@ -370,3 +370,7 @@ function update_1037() {
}
+function update_1038() {
+ q("ALTER TABLE `item` ADD `plink` CHAR( 255 ) NOT NULL AFTER `target` ");
+}
+