Issue #2028599 by maximpodorov, andypost: Remove extra spaces in field.install
parent
f083e0f782
commit
fa1ea2a912
|
@ -128,7 +128,7 @@ function field_schema() {
|
|||
'not null' => TRUE,
|
||||
'default' => ''
|
||||
),
|
||||
'entity_type' => array(
|
||||
'entity_type' => array(
|
||||
'type' => 'varchar',
|
||||
'length' => 32,
|
||||
'not null' => TRUE,
|
||||
|
|
Loading…
Reference in New Issue