summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-13 20:56:16 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-13 20:56:16 +0000
commitecc88643639db7426de115d241d843a0f1492656 (patch)
tree48c0327638ca327f193fcfe07e65f4200c5a27f7 /modules
parent67236edaefdb1b88618baa9d00f04b1ab042d19e (diff)
downloadbrdo-ecc88643639db7426de115d241d843a0f1492656.tar.gz
brdo-ecc88643639db7426de115d241d843a0f1492656.tar.bz2
- Patch #712988 by moshe weitzman: too small bundle column in field data tables.
Diffstat (limited to 'modules')
-rw-r--r--modules/field/modules/field_sql_storage/field_sql_storage.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/modules/field_sql_storage/field_sql_storage.module b/modules/field/modules/field_sql_storage/field_sql_storage.module
index 841337b10..b0d0ed4c4 100644
--- a/modules/field/modules/field_sql_storage/field_sql_storage.module
+++ b/modules/field/modules/field_sql_storage/field_sql_storage.module
@@ -127,7 +127,7 @@ function _field_sql_storage_schema($field) {
),
'bundle' => array(
'type' => 'varchar',
- 'length' => 32,
+ 'length' => 128,
'not null' => TRUE,
'default' => '',
'description' => 'The field instance bundle to which this row belongs, used when deleting a field instance',