diff options
Diffstat (limited to 'app/DoctrineMigrations/Version20161031132655.php')
-rw-r--r-- | app/DoctrineMigrations/Version20161031132655.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/DoctrineMigrations/Version20161031132655.php b/app/DoctrineMigrations/Version20161031132655.php index 89b66018..770ad2d8 100644 --- a/app/DoctrineMigrations/Version20161031132655.php +++ b/app/DoctrineMigrations/Version20161031132655.php | |||
@@ -32,7 +32,7 @@ class Version20161031132655 extends AbstractMigration implements ContainerAwareI | |||
32 | $images = $this->container | 32 | $images = $this->container |
33 | ->get('doctrine.orm.default_entity_manager') | 33 | ->get('doctrine.orm.default_entity_manager') |
34 | ->getConnection() | 34 | ->getConnection() |
35 | ->fetchArray('SELECT * FROM '.$this->getTable('craue_config_setting').' WHERE name = "download_images_enabled"'); | 35 | ->fetchArray('SELECT * FROM '.$this->getTable('craue_config_setting')." WHERE name = 'download_images_enabled'"); |
36 | 36 | ||
37 | $this->skipIf(false !== $images, 'It seems that you already played this migration.'); | 37 | $this->skipIf(false !== $images, 'It seems that you already played this migration.'); |
38 | 38 | ||