moonfire-nvr/db/upgrade
Scott Lamb 06d7815f9c fix upgrade procedure with newer SQLite
Newer SQLite library versions (such as what you get when using
--features=bundled) actually enforce foreign keys. Unfortunately there's
no way to drop foreign key constraints, so you have to transitively
recreate all the tables with foreign key constraints on the table you're
recreating.
2019-07-01 00:33:36 -05:00
..
mod.rs cargo fix --all 2019-06-14 08:47:11 -07:00
v0_to_v1.rs cargo fix --all 2019-06-14 08:47:11 -07:00
v1_to_v2.rs fix upgrade procedure with newer SQLite 2019-07-01 00:33:36 -05:00
v2_to_v3.rs add concept of user/session permissions 2019-06-19 15:34:20 -07:00
v3_to_v4.rs fix upgrade procedure with newer SQLite 2019-07-01 00:33:36 -05:00