diff options
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/simpletest.install | 6 |
1 files changed, 2 insertions, 4 deletions
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 +} |