mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
add comments
This commit is contained in:
parent
19aa795cb5
commit
2c24183879
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user