aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations/Version20170719231144.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/DoctrineMigrations/Version20170719231144.php')
-rw-r--r--app/DoctrineMigrations/Version20170719231144.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/DoctrineMigrations/Version20170719231144.php b/app/DoctrineMigrations/Version20170719231144.php
index 9a6f3e93..86754033 100644
--- a/app/DoctrineMigrations/Version20170719231144.php
+++ b/app/DoctrineMigrations/Version20170719231144.php
@@ -75,7 +75,7 @@ class Version20170719231144 extends AbstractMigration implements ContainerAwareI
75 WHERE tag_id IN (' . implode(',', $ids) . ') 75 WHERE tag_id IN (' . implode(',', $ids) . ')
76 AND entry_id NOT IN ( 76 AND entry_id NOT IN (
77 SELECT entry_id 77 SELECT entry_id
78 FROM ' . $this->getTable('entry_tag') . ' 78 FROM (SELECT * FROM ' . $this->getTable('entry_tag') . ') AS _entry_tag
79 WHERE tag_id = ' . $newId . ' 79 WHERE tag_id = ' . $newId . '
80 )' 80 )'
81 ); 81 );