From 7b6385df946db4a61e8fc330c1a89b1415ca68ef Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 28 Dec 2010 01:06:34 -0800 Subject: freeform text area for private contact info - notes or things you just want to remember (addresses, phone numbers, birthdays, whatever) --- update.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'update.php') 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` "); +} -- cgit v1.2.3