mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
<!-- Make sure you've read the CONTRIBUTING.md guidelines: https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md --> <!-- RECURSEML_SUMMARY:START --> ## High-level PR Summary This PR fixes database schema issues related to Prisma migrations by setting the correct `search_path` before applying auto-migrations and removing the `SchemaMigration` table from the CI workflow to ensure proper schema comparison during migration checks. ⏱️ Estimated Review Time: 5-15 minutes <details> <summary>💡 Review Order Suggestion</summary> | Order | File Path | |-------|-----------| | 1 | `apps/backend/src/auto-migrations/index.tsx` | | 2 | `.github/workflows/check-prisma-migrations.yaml` | </details> [](https://discord.gg/n3SsVDAW6U) [![Analyze latest changes]( |
||
|---|---|---|
| .. | ||
| prisma | ||
| scripts | ||
| src | ||
| .env | ||
| .env.development | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| next.config.mjs | ||
| package.json | ||
| sentry.client.config.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||