updated to 7.x-1.11
This commit is contained in:
@@ -39,7 +39,13 @@ function search_api_test_schema() {
|
||||
'description' => 'A comma separated list of keywords.',
|
||||
'type' => 'varchar',
|
||||
'length' => 200,
|
||||
'not null' => FALSE,
|
||||
'not null' => FALSE,
|
||||
),
|
||||
'prices' => array(
|
||||
'description' => 'A comma separated list of prices.',
|
||||
'type' => 'varchar',
|
||||
'length' => 200,
|
||||
'not null' => FALSE,
|
||||
),
|
||||
),
|
||||
'primary key' => array('id'),
|
||||
|
Reference in New Issue
Block a user