mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-28 06:19:26 +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)
|
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…
x
Reference in New Issue
Block a user