moonfire-nvr/server/db/upgrade
Scott Lamb ae502200c0 upgrade various Rust dependencies
This stops using parking_lot entirely. Since Rust 1.62, the std
implementations on Linux are direct futexes, not the boxed pthread
mutexes they used to be. No real reason to use parking_lot anymore, so
shed this dependency.
2022-09-28 22:20:48 -07:00
..
mod.rs upgrade various Rust dependencies 2022-09-28 22:20:48 -07:00
v0_to_v1.rs clean up the easy clippy errors 2022-09-28 09:29:16 -07:00
v0.sql shorten per-file copyright headers 2021-02-17 15:39:17 -08:00
v1_to_v2.rs upgrade various Rust dependencies 2022-09-28 22:20:48 -07:00
v1.sql shorten per-file copyright headers 2021-02-17 15:39:17 -08:00
v2_to_v3.rs clean up the easy clippy errors 2022-09-28 09:29:16 -07:00
v3_to_v4.rs test and fix signal_camera upgrade problems 2021-10-26 14:00:18 -07:00
v3.sql shorten per-file copyright headers 2021-02-17 15:39:17 -08:00
v4_to_v5.rs clean up the easy clippy errors 2022-09-28 09:29:16 -07:00
v5_to_v6.rs upgrade various Rust dependencies 2022-09-28 22:20:48 -07:00
v5.sql shorten per-file copyright headers 2021-02-17 15:39:17 -08:00
v6_to_v7.rs fix #182: error on upgrade when onvif_host empty 2021-11-23 10:17:47 -08:00
v6.sql start schema version 7 (#155) 2021-08-31 21:03:52 -07:00