mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
The catch-up migration assumed sign_sessions already existed, but databases created from older schema dumps may not have this table. Adding CREATE TABLE IF NOT EXISTS prevents the migration from failing with "relation does not exist" on those databases.