Skip to content

Commit

Permalink
Merge pull request #502 from solewniczak/master
Browse files Browse the repository at this point in the history
Fix migration for structcombolookup plugin
  • Loading branch information
splitbrain committed May 15, 2020
2 parents d0aeee8 + 8acbe1a commit 1712489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ protected function migration16(helper_plugin_sqlite $sqlite)
LEFT OUTER JOIN types AS T
ON C.tid = T.id
WHERE C.sid = $sid
AND TYPE = 'Lookup'
AND TYPE LIKE '%Lookup'
";
$res = $sqlite->query($s);
$cols = $sqlite->res2arr($res);
Expand Down

0 comments on commit 1712489

Please sign in to comment.