1 Open Issue Need Help Last updated: Jun 21, 2025

Open Issues Need Help

View All on GitHub

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

PocketBase fork for PostgreSQL

Go