Updated check-db.

This commit is contained in:
Mike Cao 2025-04-28 21:21:04 -07:00
parent 6f551d5e0d
commit 21367e166e
3 changed files with 69 additions and 1 deletions

View file

@ -1,7 +1,7 @@
/* eslint-disable no-console */
import 'dotenv/config';
import { PrismaClient } from '@prisma/client';
import { PrismaClient } from '../src/generated/prisma';
import chalk from 'chalk';
import { execSync } from 'child_process';
import semver from 'semver';