Patch: Allow install in Postgresql

tedfordgif - March 2, 2009 - 15:50
Project:Term Queue
Version:6.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Just remove one line...

--- term_queue/term_queue.install 2008-09-25 13:56:55.000000000 -0400
+++ term_queue.install 2009-03-02 10:34:33.000000000 -0500
@@ -41,7 +41,6 @@
),
'description' => array(
'type' => 'text',
- 'length' => 255,
'not null' => TRUE,
'description' => t('The description of a queue')
),

 
 

Drupal is a registered trademark of Dries Buytaert.