Skip to content

Commit

Permalink
Reintroduces hook_update
Browse files Browse the repository at this point in the history
  • Loading branch information
arrubiu committed Nov 24, 2017
1 parent 2841158 commit 4890be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/custom/si8_utils/si8_utils.install
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Truncate redirect_404 table
*/
/*function si8_utils_update_8001(&$sandbox) {
function si8_utils_update_8001(&$sandbox) {
$database = \Drupal::database();
$database->truncate('redirect_404')->execute();
}*/
}

0 comments on commit 4890be0

Please sign in to comment.