summaryrefslogtreecommitdiff
path: root/server/.sqlx/query-d60078d46c209e113e078856951ac0b61416fabb63da0376ba64c331f1867053.json
AgeCommit message (Collapse)Author
2025-01-09Move sqlx to "offline mode"Joel Klinghed
Avoid having to have an active server and a migrated database to be able to build. Instead, when a new query is added or the database updated, cargo sqlx prepare needs to be run again, then with a running server and an active database. But only then.