- Patch #144746 by drewish: fixed menu_router schema.
parent
b0735a04d7
commit
745222200e
|
@ -85,7 +85,7 @@ function system_schema() {
|
||||||
'title_arguments' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''),
|
'title_arguments' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''),
|
||||||
'type' => array('type' => 'int', 'not null' => TRUE, 'default' => 0),
|
'type' => array('type' => 'int', 'not null' => TRUE, 'default' => 0),
|
||||||
'block_callback' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''),
|
'block_callback' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''),
|
||||||
'description' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''),
|
'description' => array('type' => 'text', 'not null' => TRUE),
|
||||||
'position' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''),
|
'position' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''),
|
||||||
'weight' => array('type' => 'int', 'not null' => TRUE, 'default' => 0),
|
'weight' => array('type' => 'int', 'not null' => TRUE, 'default' => 0),
|
||||||
'file' => array('type' => 'text', 'size' => 'medium')
|
'file' => array('type' => 'text', 'size' => 'medium')
|
||||||
|
|
Loading…
Reference in New Issue