Open Issues Need Help
View All on GitHub Crash on snapshot of migration 3 months ago
AI Summary: The issue is a database migration failure in a PostgreSQL-based PocketBase fork. A migration snapshot generated from a SQLite database contains SQL syntax that's incompatible with PostgreSQL (specifically, the `WHERE email != ''` clause in an index creation statement). The task is to debug and fix the migration script to ensure it correctly creates indexes in PostgreSQL, resolving the application crash.
Complexity:
4/5
bug help wanted