diff options
-rw-r--r-- | app/DoctrineMigrations/Version20190129120000.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/DoctrineMigrations/Version20190129120000.php b/app/DoctrineMigrations/Version20190129120000.php index 5f25d67d..3632e762 100644 --- a/app/DoctrineMigrations/Version20190129120000.php +++ b/app/DoctrineMigrations/Version20190129120000.php | |||
@@ -142,11 +142,6 @@ final class Version20190129120000 extends WallabagMigration | |||
142 | */ | 142 | */ |
143 | public function down(Schema $schema) | 143 | public function down(Schema $schema) |
144 | { | 144 | { |
145 | foreach ($this->settings as $setting) { | 145 | $this->skipIf(true, 'These settings are required and should not be removed.'); |
146 | $this->addSql(' | ||
147 | DELETE FROM ' . $this->getTable('craue_config_setting') . " | ||
148 | WHERE name = '" . $setting['name'] . "'; | ||
149 | "); | ||
150 | } | ||
151 | } | 146 | } |
152 | } | 147 | } |