feature(dashboard): add more settings for funnels

* wip
* feature(dashboard): add more settings for funnels
This commit is contained in:
Carl-Gerhard Lindesvärd
2024-10-21 10:13:57 +02:00
committed by GitHub
parent 4846390531
commit c4a2ea4858
15 changed files with 276 additions and 212 deletions

View File

@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "reports" ADD COLUMN "funnelGroup" TEXT,
ADD COLUMN "funnelWindow" DOUBLE PRECISION;