mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 01:55:36 +01:00
split db files
This commit is contained in:
parent
46b4b98d40
commit
bb50753704
36 changed files with 496 additions and 454 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { parseFilters, rawQuery, runAnalyticsQuery } from 'lib/db';
|
||||
import { parseFilters, rawQuery, runAnalyticsQuery } from 'lib/db/relational';
|
||||
import { CLICKHOUSE, RELATIONAL } from 'lib/constants';
|
||||
|
||||
export async function getPageviewParams(...args) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue