mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 09:05:36 +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
8
src/queries/prisma/index.ts
Normal file
8
src/queries/prisma/index.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export * from './link';
|
||||
export * from './pixel';
|
||||
export * from './report';
|
||||
export * from './segment';
|
||||
export * from './team';
|
||||
export * from './teamUser';
|
||||
export * from './user';
|
||||
export * from './website';
|
||||
Loading…
Add table
Add a link
Reference in a new issue