Issue #2886740 by kiamlaluno: user_schema() reports uid as primary key for the user_data table when it's just part of the primary key
parent
29155fdb81
commit
7ecfaf4c3c
|
@ -13,7 +13,7 @@ function user_schema() {
|
|||
'description' => 'Stores module data as key/value pairs per user.',
|
||||
'fields' => [
|
||||
'uid' => [
|
||||
'description' => 'Primary key: {users}.uid for user.',
|
||||
'description' => 'The {users}.uid this record affects.',
|
||||
'type' => 'int',
|
||||
'unsigned' => TRUE,
|
||||
'not null' => TRUE,
|
||||
|
|
Loading…
Reference in New Issue