]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/DoctrineMigrations/Version20190129120000.php
Merge remote-tracking branch 'origin/master' into 2.4
[github/wallabag/wallabag.git] / app / DoctrineMigrations / Version20190129120000.php
index 5f25d67d0460823f5f8d53effd3bac448607bf99..3632e762d9b1df62088a24615e88b5a6751bd353 100644 (file)
@@ -142,11 +142,6 @@ final class Version20190129120000 extends WallabagMigration
      */
     public function down(Schema $schema)
     {
-        foreach ($this->settings as $setting) {
-            $this->addSql('
-                DELETE FROM ' . $this->getTable('craue_config_setting') . "
-                WHERE name = '" . $setting['name'] . "';
-            ");
-        }
+        $this->skipIf(true, 'These settings are required and should not be removed.');
     }
 }