diff options
author | Friendika <info@friendika.com> | 2010-12-28 01:06:34 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-28 01:06:34 -0800 |
commit | 7b6385df946db4a61e8fc330c1a89b1415ca68ef (patch) | |
tree | f0a5f4ba4384ee274bad694112eb0140656c3f21 /update.php | |
parent | 76d92d3f6249845f5eaba573083aba0f99755afc (diff) | |
download | volse-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.php | 3 |
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` "); +} |