diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/update.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/update.inc b/includes/update.inc index 698152c81..f89fea9ba 100644 --- a/includes/update.inc +++ b/includes/update.inc @@ -423,7 +423,7 @@ function update_fix_d7_requirements() { ), 'permission' => array( 'type' => 'varchar', - 'length' => 64, + 'length' => 128, 'not null' => TRUE, 'default' => '', ), |