aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-28 01:06:34 -0800
committerFriendika <info@friendika.com>2010-12-28 01:06:34 -0800
commit7b6385df946db4a61e8fc330c1a89b1415ca68ef (patch)
treef0a5f4ba4384ee274bad694112eb0140656c3f21 /update.php
parent76d92d3f6249845f5eaba573083aba0f99755afc (diff)
downloadvolse-hubzilla-7b6385df946db4a61e8fc330c1a89b1415ca68ef.tar.gz
volse-hubzilla-7b6385df946db4a61e8fc330c1a89b1415ca68ef.tar.bz2
volse-hubzilla-7b6385df946db4a61e8fc330c1a89b1415ca68ef.zip
freeform text area for private contact info - notes or things you just want to remember (addresses, phone numbers, birthdays, whatever)
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 d6fab4255..afa3b58a4 100644
--- a/update.php
+++ b/update.php
@@ -274,3 +274,6 @@ function update_1028() {
q("ALTER TABLE `user` ADD `openidserver` text NOT NULL AFTER `deny_gid` ");
}
+function update_1029() {
+ q("ALTER TABLE `contact` ADD `info` MEDIUMTEXT NOT NULL AFTER `reason` ");
+}