aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
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 /database.sql
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 'database.sql')
-rw-r--r--database.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql
index bb151da27..4a8350f84 100644
--- a/database.sql
+++ b/database.sql
@@ -87,6 +87,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
`pending` tinyint(1) NOT NULL DEFAULT '1',
`rating` tinyint(1) NOT NULL DEFAULT '0',
`reason` text NOT NULL,
+ `info` MEDIUMTEXT NOT NULL AFTER `reason`,
`profile-id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `uid` (`uid`),