Files
games/db/migrations
Ryan Hamamura 8c6e5d24ac
All checks were successful
CI / Deploy / test (push) Successful in 13s
CI / Deploy / lint (push) Successful in 25s
CI / Deploy / deploy (push) Successful in 28s
fix: add goose migration for sessions table
The sqlite3store library expects the sessions table to exist but does
not create it. On fresh deployments, the session store would fail.
Uses IF NOT EXISTS to be safe on databases where the table was created
outside of goose.
2026-03-02 15:00:07 -10:00
..