From 1e985830e217d5291174e7da403e76b54cbab1f3 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 27 Aug 2010 10:42:48 +0000 Subject: #894898 by mrfelton: Fixed Increase permission length restriction from 64 to 128. --- modules/user/user.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user/user.install b/modules/user/user.install index 5c8791f85..a246379ee 100644 --- a/modules/user/user.install +++ b/modules/user/user.install @@ -63,7 +63,7 @@ function user_schema() { ), 'permission' => array( 'type' => 'varchar', - 'length' => 64, + 'length' => 128, 'not null' => TRUE, 'default' => '', 'description' => 'A single permission granted to the role identified by rid.', -- cgit v1.2.3