Files
gitlabhq/lib/gitlab
Zhang Sen 0cbafa4d65 Fix contributions calendar empty problem under mysql
When using MySQL as database backend in GitLab, ``date`` in ``date(created_at), count(id) as total_amount``
won't return the ``date`` column (should be ``date(created_at)``), as a result, there's no contribution in the user
profile page.
Adding an ``as date`` can solve this problem.
2015-04-25 20:13:52 +08:00
..
2014-09-29 12:05:17 +03:00
2014-12-08 13:39:18 +01:00
2014-10-06 00:14:46 +02:00
2015-02-24 15:07:24 +01:00
2014-10-06 00:14:46 +02:00
2014-11-06 13:07:42 +02:00
2014-01-19 23:39:56 +04:00
2015-02-24 15:07:24 +01:00
2014-10-31 17:22:16 -07:00
2015-04-14 15:58:28 +02:00
2014-10-06 00:14:46 +02:00
2015-03-24 18:35:57 -07:00
2014-10-06 00:14:46 +02:00
2014-08-27 15:26:35 +03:00
2014-10-06 00:14:46 +02:00
2015-03-24 18:35:57 -07:00
2014-11-06 13:07:42 +02:00
2013-06-06 10:10:51 +09:00