mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-14 08:16:27 +01:00
Disable down for that migration
This commit is contained in:
parent
fcd54e2447
commit
85403dae04
@ -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.');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user