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