add comments

This commit is contained in:
Zai Shi 2025-07-23 17:14:53 -07:00
parent 19aa795cb5
commit 2c24183879

View File

@ -2,6 +2,7 @@ import { sqlQuoteIdent } from '@/prisma-client';
import { Prisma, PrismaClient } from '@prisma/client';
import { MIGRATION_FILES } from './../generated/migration-files';
// The bigint key for the pg advisory lock
const MIGRATION_LOCK_ID = 59129034;
class MigrationNeededError extends Error {
constructor() {