aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-18 19:25:28 -0800
committerFriendika <info@friendika.com>2011-01-18 19:25:28 -0800
commitb40281802ffce0b977cb0b1c4d02902ecf82e753 (patch)
tree512b05743036a083b68cce77e64b69475bc66a5d /update.php
parent028460a5c1de4833bb1dcfaa945c1292952bf923 (diff)
downloadvolse-hubzilla-b40281802ffce0b977cb0b1c4d02902ecf82e753.tar.gz
volse-hubzilla-b40281802ffce0b977cb0b1c4d02902ecf82e753.tar.bz2
volse-hubzilla-b40281802ffce0b977cb0b1c4d02902ecf82e753.zip
personal title
Diffstat (limited to 'update.php')
-rw-r--r--update.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.php b/update.php
index 7aacffb40..0bd58d6d4 100644
--- a/update.php
+++ b/update.php
@@ -317,3 +317,6 @@ function update_1031() {
}
}
+function update_1032() {
+ q("ALTER TABLE `profile` ADD `pdesc` CHAR( 255 ) NOT NULL AFTER `name` ");
+}