diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2015-11-18 13:31:18 +0100 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2015-11-18 13:31:18 +0100 |
commit | 9eefae69171ba199d34bccf504902500a980fcb3 (patch) | |
tree | 5b4a70ccd2ecc0947d2d04e0d7ff26e59952d51d /lib/api/files.rb | |
parent | cc11c44ba997eb32dfa48ea225ae4c6942bc8610 (diff) | |
download | gitlab-ce-9eefae69171ba199d34bccf504902500a980fcb3.tar.gz |
Fix UNION syntax for MySQL
Apparently MySQL doesn't support this syntax:
(...) UNION (...)
instead it only supports:
...
UNION
...
Diffstat (limited to 'lib/api/files.rb')
0 files changed, 0 insertions, 0 deletions