diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-03-01 20:26:51 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-03-01 20:26:59 +0100 |
commit | 85403dae0463660f86de68970dcd1a5cbe784a31 (patch) | |
tree | 87a34d4e6705786650eeea70fa88214422c618bd /app | |
parent | fcd54e2447332a681f5b1fde7e737ea5a8975823 (diff) | |
download | wallabag-85403dae0463660f86de68970dcd1a5cbe784a31.tar.gz wallabag-85403dae0463660f86de68970dcd1a5cbe784a31.tar.zst wallabag-85403dae0463660f86de68970dcd1a5cbe784a31.zip |
Disable down for that migration
Diffstat (limited to 'app')
-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 | } |