summaryrefslogtreecommitdiff
path: root/server/.sqlx/query-de6b6e94a6d049011d82ee546ac1d88e39356c3809d2e5b17e93090842ac2c3d.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.