Disable down for that migration

This commit is contained in:
Jeremy Benoist 2019-03-01 20:26:51 +01:00
parent fcd54e2447
commit 85403dae04
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View 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.');
}
}