mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 02:51:04 +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)
|
||||
{
|
||||
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 a new issue