mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
remove set_path
This commit is contained in:
parent
57ace1f72d
commit
5b664a0fe7
@ -97,10 +97,6 @@ export async function applyMigrations(options: {
|
||||
}
|
||||
};
|
||||
|
||||
await options.prismaClient.$executeRaw(Prisma.sql`
|
||||
SET search_path TO ${sqlQuoteIdent(options.schema)};
|
||||
`);
|
||||
|
||||
const newlyAppliedMigrationNames: string[] = [];
|
||||
for (const migration of newMigrationFiles) {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user