Skip to content
Snippets Groups Projects
Commit 088a67a3 authored by Vaibhav Jain's avatar Vaibhav Jain Committed by Gisle Hannemyr
Browse files

Issue #1524936 by vaibhavjain: Foreign Key Definition In Install File Not Correct

parent d8973b52
Branches
Tags
No related merge requests found
...@@ -50,7 +50,10 @@ function advanced_help_schema() { ...@@ -50,7 +50,10 @@ function advanced_help_schema() {
'primary key' => array('sid'), 'primary key' => array('sid'),
'indexes' => array('language' => array('language')), 'indexes' => array('language' => array('language')),
'foreign keys' => array( 'foreign keys' => array(
'module' => array('system' => 'name'), 'system' => array(
'table' => 'system',
'columns' => array('name' => 'name'),
),
), ),
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment