From f7cbd3b930667f32e8b7413a22b1cf8b2d7cbd81 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 21 Oct 2009 07:09:20 +0000 Subject: [PATCH] MySQL doesn't like indexing a text field --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 946cf7f6d..ba8dcdeae 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1643,7 +1643,7 @@ sub tables_hashref { 'queue' => { 'columns' => [ 'jobnum', 'serial', '', '', '', '', - 'job', 'text', '', '', '', '', + 'job', 'varchar', '', 512, '', '', '_date', 'int', '', '', '', '', 'status', 'varchar', '', $char_d, '', '', 'statustext', 'text', 'NULL', '', '', '', -- 2.11.0