From 83805304412073cf0423698fede2f39f4598a24a Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 19 Mar 2012 06:51:57 -0700 Subject: Issue #1488414 by nmudgal, chertzog: Add comment to user_schema to explain why table name is plural in spite of our usual standards --- modules/user/user.install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') 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( -- cgit v1.2.3