moonfire-nvr/db/upgrade
Scott Lamb 18c693fa46 update deps
The immediate motivation is that Cargo.lock referred to a commit version
in a PR branch of my nix fork that no longer exists. (I didn't know, but
it makes sense, that "git push -f" not only forcibly updates the branch
to refer to a new commit but also gets rid of orphaned commits.) Use a
moonfire branch that I'll keep stable until I'm ready to move on.

I also updated parking_lot and rusqlite to new major versions (nothing
in the interface that I care about has changed) and did a full cargo
update.
2019-07-17 14:32:09 -07:00
..
mod.rs schema comparison in new upgrade tests, "moonfire-nvr check" 2019-07-11 13:31:33 -07:00
v0_to_v1.rs schema comparison in new upgrade tests, "moonfire-nvr check" 2019-07-11 13:31:33 -07:00
v0.sql schema comparison in new upgrade tests, "moonfire-nvr check" 2019-07-11 13:31:33 -07:00
v1_to_v2.rs s/std::fs::read_dir/nix::dir::Dir/ in a few spots 2019-07-12 11:07:14 -07:00
v1.sql schema comparison in new upgrade tests, "moonfire-nvr check" 2019-07-11 13:31:33 -07:00
v2_to_v3.rs update deps 2019-07-17 14:32:09 -07:00
v3_to_v4.rs schema comparison in new upgrade tests, "moonfire-nvr check" 2019-07-11 13:31:33 -07:00
v3.sql schema comparison in new upgrade tests, "moonfire-nvr check" 2019-07-11 13:31:33 -07:00
v4_to_v5.rs update deps 2019-07-17 14:32:09 -07:00