mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-14 17:35:17 +01:00
pocket_consumer_key can be null
This commit is contained in:
parent
d9efa42f66
commit
3ad4061dba
@ -33,7 +33,7 @@ class Version20160916201049 extends AbstractMigration implements ContainerAwareI
|
|||||||
|
|
||||||
$this->skipIf($configTable->hasColumn('pocket_consumer_key'), 'It seems that you already played this migration.');
|
$this->skipIf($configTable->hasColumn('pocket_consumer_key'), 'It seems that you already played this migration.');
|
||||||
|
|
||||||
$configTable->addColumn('pocket_consumer_key', 'string');
|
$configTable->addColumn('pocket_consumer_key', 'string', ['notnull' => false]);
|
||||||
$this->addSql('DELETE FROM '.$this->getTable('craue_config_setting')." WHERE name = 'pocket_consumer_key';");
|
$this->addSql('DELETE FROM '.$this->getTable('craue_config_setting')." WHERE name = 'pocket_consumer_key';");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user