forked from wallabag/wallabag
Replaced quotes for Postgres
This commit is contained in:
@ -35,7 +35,7 @@ class Version20161122144743 extends AbstractMigration implements ContainerAwareI
|
||||
$access = $this->container
|
||||
->get('doctrine.orm.default_entity_manager')
|
||||
->getConnection()
|
||||
->fetchArray('SELECT * FROM '.$this->getTable('craue_config_setting').' WHERE name = "restricted_access"');
|
||||
->fetchArray('SELECT * FROM '.$this->getTable('craue_config_setting')." WHERE name = 'restricted_access'");
|
||||
|
||||
$this->skipIf(false !== $access, 'It seems that you already played this migration.');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user