Files
gitlabhq/spec/lib/gitlab
Yorick Peterse 9eefae6917 Fix UNION syntax for MySQL
Apparently MySQL doesn't support this syntax:

    (...) UNION (...)

instead it only supports:

    ...
    UNION
    ...
2015-11-18 13:31:18 +01:00
..
2015-10-08 14:59:46 -05:00
2015-11-16 12:39:13 +01:00
2015-11-18 13:31:18 +01:00
2015-06-22 12:13:49 +02:00
2015-10-14 13:46:17 +02:00
2015-05-13 09:46:22 +02:00
2015-08-25 15:32:38 -07:00