summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/field/modules/field_sql_storage/field_sql_storage.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/modules/field_sql_storage/field_sql_storage.install b/modules/field/modules/field_sql_storage/field_sql_storage.install
index 2193c6d57..81a1dcf6f 100644
--- a/modules/field/modules/field_sql_storage/field_sql_storage.install
+++ b/modules/field/modules/field_sql_storage/field_sql_storage.install
@@ -23,7 +23,7 @@ function field_sql_storage_schema() {
),
'type' => array(
'type' => 'varchar',
- 'length' => 255,
+ 'length' => 128,
'not null' => TRUE,
'description' => 'An entity type',
),