mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 20:41:03 +00:00
Disable down for that migration
This commit is contained in:
parent
fcd54e2447
commit
85403dae04
1 changed files with 1 additions and 6 deletions
|
@ -142,11 +142,6 @@ final class Version20190129120000 extends WallabagMigration
|
||||||
*/
|
*/
|
||||||
public function down(Schema $schema)
|
public function down(Schema $schema)
|
||||||
{
|
{
|
||||||
foreach ($this->settings as $setting) {
|
$this->skipIf(true, 'These settings are required and should not be removed.');
|
||||||
$this->addSql('
|
|
||||||
DELETE FROM ' . $this->getTable('craue_config_setting') . "
|
|
||||||
WHERE name = '" . $setting['name'] . "';
|
|
||||||
");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue