mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +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 { prisma, runQuery } from 'lib/db';
|
||||
import { prisma, runQuery } from 'lib/db/relational';
|
||||
|
||||
export async function createWebsite(user_id, data) {
|
||||
return runQuery(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue