Commit 856627d4 authored by George Novikov's avatar George Novikov

FROM document -> FROM template_schema.document

parent f85e2dfb
Pipeline #388 failed with stage
...@@ -31,7 +31,7 @@ public class DocumentJdbcRepository { ...@@ -31,7 +31,7 @@ public class DocumentJdbcRepository {
DATE_TRUNC('day', created_at) AS date, DATE_TRUNC('day', created_at) AS date,
COUNT(1) as count COUNT(1) as count
FROM FROM
document template_schema.document
WHERE WHERE
DATE_TRUNC('day',created_at) >= :startDate DATE_TRUNC('day',created_at) >= :startDate
AND DATE_TRUNC('day',created_at) <= :endDate AND DATE_TRUNC('day',created_at) <= :endDate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment