fix(anaylistics): changes to the daily section so it populates correctly now
Some checks failed
Build and Push LST Docker Image / docker (push) Failing after 1m9s

This commit is contained in:
2026-05-11 15:41:20 -05:00
parent 05758791be
commit f5bae2c0c2
3 changed files with 2368 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "analytics_daily" ADD CONSTRAINT "analytics_daily_business_route_unique" UNIQUE("business_date","method","route_pattern","module");