Skip to content
Snippets Groups Projects
Unverified Commit 12ab6664 authored by Stefan Auditor's avatar Stefan Auditor Committed by Stefan Auditor
Browse files

Issue #3236771 by cecrs, sanduhrs: Entity Reference fields broken for PET...

Issue #3236771 by cecrs, sanduhrs: Entity Reference fields broken for PET Entities: Fix hook_update_n
parent 03456504
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ use Drupal\Core\Field\BaseFieldDefinition;
* Rename PET table to pets for consistency.
*/
function pet_update_8401() {
\Drupal::database()->schema()->renameTable('pet', 'pets');
\Drupal::database()->schema()->renameTable('pet_field_data', 'pets_field_data');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment