mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Updated Prisma build.
This commit is contained in:
parent
7abfa1cb5b
commit
eabdd18604
6 changed files with 63 additions and 125 deletions
|
|
@ -1,10 +1,9 @@
|
|||
/* eslint-disable no-console */
|
||||
import 'dotenv/config';
|
||||
|
||||
import { execSync } from 'node:child_process';
|
||||
import chalk from 'chalk';
|
||||
import semver from 'semver';
|
||||
import { PrismaClient } from '@prisma/client';
|
||||
import { PrismaClient } from '../dist/generated/prisma/client.js';
|
||||
import { PrismaPg } from '@prisma/adapter-pg';
|
||||
|
||||
const MIN_VERSION = '9.4.0';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue