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 {
DATE_TRUNC('day', created_at) AS date,
COUNT(1) as count
FROM
document
template_schema.document
WHERE
DATE_TRUNC('day',created_at) >= :startDate
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