mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Split queries into prisma and sql.
This commit is contained in:
parent
1a66e3df73
commit
b9fbbc6453
69 changed files with 117 additions and 115 deletions
|
|
@ -12,7 +12,7 @@ import { secret, uuid, hash } from '@/lib/crypto';
|
|||
import { COLLECTION_TYPE, EVENT_TYPE } from '@/lib/constants';
|
||||
import { anyObjectParam, urlOrPathParam } from '@/lib/schema';
|
||||
import { safeDecodeURI, safeDecodeURIComponent } from '@/lib/url';
|
||||
import { createSession, saveEvent, saveSessionData } from '@/queries';
|
||||
import { createSession, saveEvent, saveSessionData } from '@/queries/sql';
|
||||
|
||||
const log = debug('umami:send');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue