aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-15 03:13:38 -0800
committerFriendika <info@friendika.com>2011-02-15 03:13:38 -0800
commitf856493555480ae74f39f7d56796edc74ea61312 (patch)
tree029c9c11518503192471096f15e196e53501c7aa /update.php
parent1b14f67a86c17da457af4c2ede78aec49f673195 (diff)
downloadvolse-hubzilla-f856493555480ae74f39f7d56796edc74ea61312.tar.gz
volse-hubzilla-f856493555480ae74f39f7d56796edc74ea61312.tar.bz2
volse-hubzilla-f856493555480ae74f39f7d56796edc74ea61312.zip
add permalink field to item table
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` ");
+}
+