From f76ea7023f734bb24b443fa89c1ec5e9772aa2c0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 11 Aug 2008 17:43:30 +0000 Subject: - Patch #293500 by Damien Tournoud: message column too short for PostgreSQL. --- modules/simpletest/simpletest.install | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/simpletest/simpletest.install b/modules/simpletest/simpletest.install index 6ede82d79..2efb13c40 100644 --- a/modules/simpletest/simpletest.install +++ b/modules/simpletest/simpletest.install @@ -166,10 +166,8 @@ function simpletest_schema() { 'description' => t('Message status. Core understands pass, fail, exception.'), ), 'message' => array( - 'type' => 'varchar', - 'length' => 255, + 'type' => 'text', 'not null' => TRUE, - 'default' => '', 'description' => t('The message itself.'), ), 'message_group' => array( @@ -256,4 +254,4 @@ function simpletest_update_7000() { } return $ret; -} \ No newline at end of file +} -- cgit v1.2.3