add funnels

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-24 07:22:39 +01:00
parent 9c92803c4c
commit 15388882be
34 changed files with 916 additions and 131 deletions

View File

@@ -14,7 +14,7 @@ export function createSqlBuilder() {
const sb: SqlBuilderObject = {
where: {},
from: 'openpanel.events',
from: 'events',
select: {},
groupBy: {},
orderBy: {},