Skip to content

Commit

Permalink
Added new tables to uninstall.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Nov 9, 2017
1 parent 6cce2fe commit 64ac379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boost/uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ function stories_uninstall(&$content)
$db->buildTable('storiesAuthor')->drop(true);
$db->buildTable('storiesEntry')->drop(true);
$db->buildTable('storiesTag')->drop(true);
$db->buildTable('storiesFeature')->drop(true);
$db->buildTable('storiesTagToEntry')->drop(true);
$db->buildTable('storiesEntryToFeature')->drop(true);
return true;
}

0 comments on commit 64ac379

Please sign in to comment.