diff --git a/apps/backend/src/auto-migrations/index.tsx b/apps/backend/src/auto-migrations/index.tsx index 860d4fae0..7ed378f48 100644 --- a/apps/backend/src/auto-migrations/index.tsx +++ b/apps/backend/src/auto-migrations/index.tsx @@ -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) {