Barchart filters

This commit is contained in:
2015-03-09 20:31:51 +07:00
parent 2191a0c246
commit c2fd42bed0
5 changed files with 191 additions and 63 deletions
+2 -2
View File
@@ -105,7 +105,7 @@ select
from contribs c
where
c.owner = :org and
c.author = :author and
c.author = :user and
c.week >= :from and
c.week <= :to
group by item
@@ -120,7 +120,7 @@ select
from contribs c
where
c.owner = :org and
c.author = :author and
c.author = :user and
c.week >= :from and
c.week <= :to
group by item