]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/DoctrineMigrations/Version20161031132655.php
Added dropColumn for SQLite and some enhancements
[github/wallabag/wallabag.git] / app / DoctrineMigrations / Version20161031132655.php
index 80163c0b223bd29ce06a11cae38f18bd79a4e928..39b85ea9759f979a913ea0fb84271ebe46914762 100644 (file)
@@ -37,8 +37,6 @@ class Version20161031132655 extends AbstractMigration implements ContainerAwareI
      */
     public function down(Schema $schema)
     {
-        $this->skipIf($this->connection->getDatabasePlatform()->getName() == 'sqlite', 'Migration can only be executed safely on \'mysql\' or \'postgresql\'.');
-
         $this->addSql('DELETE FROM "'.$this->getTable('craue_config_setting')."\" WHERE name = 'download_images_enabled';");
     }
 }