mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
Revert Prisma build.
This commit is contained in:
parent
77131158f7
commit
bf6c9395c6
14 changed files with 14 additions and 15 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { EventData } from '@/generated/prisma/client';
|
||||
import { EventData } from '@prisma/client';
|
||||
import prisma from '@/lib/prisma';
|
||||
import clickhouse from '@/lib/clickhouse';
|
||||
import { CLICKHOUSE, PRISMA, runQuery } from '@/lib/db';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { Prisma } from '@/generated/prisma/client';
|
||||
import { Prisma } from '@prisma/client';
|
||||
import prisma from '@/lib/prisma';
|
||||
|
||||
export async function createSession(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue