Skip to content

Commit

Permalink
[db] Get rid of unused bb_dl_st_prevs_list table (hurtom#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
yukoff committed Aug 20, 2017
1 parent 8cfb1a6 commit f00d23b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 88 deletions.
36 changes: 0 additions & 36 deletions database/entities/Database/Entities/BbDlStPrevsList.php

This file was deleted.

52 changes: 0 additions & 52 deletions database/mappings/Database.Entities.BbDlStPrevsList.dcm.yml

This file was deleted.

6 changes: 6 additions & 0 deletions database/migrations/Version20170601000000.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,12 @@ public function up(Schema $schema)
*/
$this->addSql('DROP TABLE bb_confirm');

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

$this->addSql('DROP TABLE bb_easymod');
$this->addSql('DROP TABLE bb_easymod_processed_files');
$this->addSql('DROP TABLE bb_forum_prune');
Expand Down

0 comments on commit f00d23b

Please sign in to comment.