mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Updated db build.
This commit is contained in:
parent
3650204519
commit
2dbe80b7ca
4 changed files with 15 additions and 18 deletions
|
|
@ -4,7 +4,7 @@ import 'dotenv/config';
|
|||
import { execSync } from 'node:child_process';
|
||||
import chalk from 'chalk';
|
||||
import semver from 'semver';
|
||||
import { PrismaClient } from '../dist/generated/prisma/client.js';
|
||||
import { PrismaClient } from '@prisma/client';
|
||||
import { PrismaPg } from '@prisma/adapter-pg';
|
||||
|
||||
if (process.env.SKIP_DB_CHECK) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue