use insert on conflict

This commit is contained in:
2023-02-11 11:23:13 +01:00
parent da76cf5f6f
commit f16b7c0d71
2 changed files with 15 additions and 8 deletions

View File

@ -5,3 +5,6 @@ select time_bucket('1 day', time) as interval,
group by interval
order by interval;
-- daily stats of current month