We depend on the SQLX_OFFLINE mode to compile the project on Railway but our CI does not use the offline mode so from time to time we miss updating sqlx_data before merging PRs to the main branch (such as #121).
This PR enables offline mode on CI to force the author to update sqlx data before merging. It also updates sqlx_data because build is failing on Railway rn
We depend on the SQLX_OFFLINE mode to compile the project on Railway but our CI does not use the offline mode so from time to time we miss updating sqlx_data before merging PRs to the main branch (such as #121).
This PR enables offline mode on CI to force the author to update sqlx data before merging. It also updates sqlx_data because build is failing on Railway rn