diff --git a/database/entities/Database/Entities/BbForbiddenExtensions.php b/database/entities/Database/Entities/BbForbiddenExtensions.php deleted file mode 100644 index 439e17a5..00000000 --- a/database/entities/Database/Entities/BbForbiddenExtensions.php +++ /dev/null @@ -1,21 +0,0 @@ -addSql('DROP TABLE bb_flags'); + /** + * bb_forbidden_extensions + * @see https://github.com/hurtom/toloka/issues/101 + */ + $this->addSql('DROP TABLE bb_forbidden_extensions'); + $this->addSql('DROP TABLE bb_forum_prune'); $this->addSql('DROP TABLE bb_sessions_keys'); $this->addSql('DROP TABLE bb_themes'); @@ -570,11 +576,6 @@ public function up(Schema $schema) CHANGE comment comment VARCHAR(100) DEFAULT \'\' NOT NULL, ENGINE = InnoDB'); - // bb_forbidden_extensions - $this->addSql('ALTER TABLE bb_forbidden_extensions - CHANGE ext_id ext_id INT UNSIGNED NOT NULL, - ENGINE = InnoDB'); - // bb_forums $this->addSql('ALTER TABLE bb_forums ADD forum_tpl_id SMALLINT DEFAULT 0 NOT NULL,