fix: Add missing index on email the guest_users table - #1600
Conversation
The column was added on May 1 2025 with the Version4002 migration, later in 2026 the index was added to the existing migration, so there was some releases in the middle with users potentially missing the index. Add a new migration which explicitely add the index if missing. Signed-off-by: Carl Schwan <carlschwan@kde.org>
I'm not really sure. My PR was open for a very long time and the migration was only merged in March this year. |
Ah! still doesn't hurt. I was investigating as it seems for some users the initial migration was not run #1564 |
The column was added on May 1 2025 with the Version4002 migration, later in 2026 the index was added to the existing migration, so there was some releases in the middle with users potentially missing the index.
Add a new migration which explicitely add the index if missing.
See #1542
馃 AI (if applicable)