diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/user.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/user/user.install b/modules/user/user.install index a48feb5f8..852279683 100644 --- a/modules/user/user.install +++ b/modules/user/user.install @@ -120,6 +120,8 @@ function user_schema() { ), ); + // The table name here is plural, despite Drupal table naming standards, + // because "user" is a reserved word in many databases. $schema['users'] = array( 'description' => 'Stores user data.', 'fields' => array( |