mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Upgrade Prisma v6.6.0.
This commit is contained in:
parent
be3972bfb6
commit
5cbf5a567c
5 changed files with 154 additions and 58 deletions
7
prisma.config.ts
Normal file
7
prisma.config.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import path from 'node:path';
|
||||
import { defineConfig } from 'prisma/config';
|
||||
|
||||
export default defineConfig({
|
||||
earlyAccess: true,
|
||||
schema: path.join('prisma', 'schema.prisma'),
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue