From 00b1f375c6b647dceb17c925dc1815d3a1390916 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 13 Feb 2011 14:10:40 -0700 Subject: [PATCH] Expand the size of the tweet column until I better understand how G3 handles UTP-8 and Twitter's tweet length rules and UTF-8. --- 3.1/modules/twitter/helpers/twitter_installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.1/modules/twitter/helpers/twitter_installer.php b/3.1/modules/twitter/helpers/twitter_installer.php index bff04bb4..4e256b64 100644 --- a/3.1/modules/twitter/helpers/twitter_installer.php +++ b/3.1/modules/twitter/helpers/twitter_installer.php @@ -25,7 +25,7 @@ class twitter_installer { `id` int(9) NOT NULL AUTO_INCREMENT, `item_id` int(9) NOT NULL, `twitter_id` decimal(20,0) NULL, - `tweet` varchar(140) NOT NULL, + `tweet` varchar(255) NOT NULL, `sent` int(9) NULL, `created` int(9) NOT NULL, PRIMARY KEY (`id`))