Skip to content

Commit

Permalink
[db] Get rid of unused bb_easymod(_processed_files)? table (hurtom#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
yukoff committed Aug 20, 2017
1 parent f00d23b commit 338c2e8
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 @@ -289,8 +289,13 @@ public function up(Schema $schema)
*/
$this->addSql('DROP TABLE bb_dl_st_prevs_list');

/**
* bb_easymod & bb_easymod_processed_files
* @see https://github.com/hurtom/toloka/issues/39
*/
$this->addSql('DROP TABLE bb_easymod');
$this->addSql('DROP TABLE bb_easymod_processed_files');

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

0 comments on commit 338c2e8

Please sign in to comment.