diff options
Diffstat (limited to 'modules/field')
-rw-r--r-- | modules/field/field.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.install b/modules/field/field.install index a4b153481..c5c5005d7 100644 --- a/modules/field/field.install +++ b/modules/field/field.install @@ -128,7 +128,7 @@ function field_schema() { 'not null' => TRUE, 'default' => '' ), - 'entity_type' => array( + 'entity_type' => array( 'type' => 'varchar', 'length' => 32, 'not null' => TRUE, |