]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Disable down for that migration 3868/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 1 Mar 2019 19:26:51 +0000 (20:26 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 1 Mar 2019 19:26:59 +0000 (20:26 +0100)
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.');
     }
 }