Skip to content

Commit

Permalink
[db] Get rid of unused bb_forum_prune table (hurtom#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
yukoff committed Aug 8, 2017
1 parent 9fe3a4e commit 10ea9b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions database/migrations/Version20170601000000.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,12 @@ public function up(Schema $schema)
*/
$this->addSql('DROP TABLE bb_forbidden_extensions');

/**
* bb_forum_prune
* @see https://github.com/hurtom/toloka/issues/102
*/
$this->addSql('DROP TABLE bb_forum_prune');

$this->addSql('DROP TABLE bb_sessions_keys');
$this->addSql('DROP TABLE bb_themes');
$this->addSql('DROP TABLE bb_themes_name');
Expand Down

0 comments on commit 10ea9b5

Please sign in to comment.