diff options
Diffstat (limited to 'modules/user/user.install')
-rw-r--r-- | modules/user/user.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/user.install b/modules/user/user.install index 6af67b9b1..ea30a1eb9 100644 --- a/modules/user/user.install +++ b/modules/user/user.install @@ -97,6 +97,7 @@ function user_schema() { 'not null' => TRUE, 'default' => '', 'description' => 'Unique role name.', + 'translatable' => TRUE, ), 'weight' => array( 'type' => 'int', |