Skip to content

Commit

Permalink
Removed foreign keys RE: https://www.drupal.org/node/2419479
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama committed Apr 21, 2015
1 parent 8bbb1a5 commit 3e623d1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions stanford_page.features.field_base.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ function stanford_page_field_default_field_bases() {
'deleted' => 0,
'entity_types' => array(),
'field_name' => 'field_s_page_file',
'foreign keys' => array(
'fid' => array(
'columns' => array(
'fid' => 'fid',
),
'table' => 'file_managed',
),
),
'indexes' => array(
'fid' => array(
0 => 'fid',
Expand All @@ -47,14 +39,6 @@ function stanford_page_field_default_field_bases() {
'deleted' => 0,
'entity_types' => array(),
'field_name' => 'field_s_page_image_insert',
'foreign keys' => array(
'fid' => array(
'columns' => array(
'fid' => 'fid',
),
'table' => 'file_managed',
),
),
'indexes' => array(
'fid' => array(
0 => 'fid',
Expand Down

0 comments on commit 3e623d1

Please sign in to comment.