From d6ae9e6dc393366f79cb54420fb808f20ed3df9c Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Mon, 30 Mar 2015 21:12:20 -0400 Subject: Issue #2386037 by gobinathm: Incorrect foreign key tables in users.install --- modules/user/user.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/user/user.install b/modules/user/user.install index 728e00468..b573e72d3 100644 --- a/modules/user/user.install +++ b/modules/user/user.install @@ -81,7 +81,7 @@ function user_schema() { ), 'foreign keys' => array( 'role' => array( - 'table' => 'roles', + 'table' => 'role', 'columns' => array('rid' => 'rid'), ), ), @@ -278,7 +278,7 @@ function user_schema() { 'columns' => array('uid' => 'uid'), ), 'role' => array( - 'table' => 'roles', + 'table' => 'role', 'columns' => array('rid' => 'rid'), ), ), -- cgit v1.2.3