moonfire-nvr/db
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
..
proto add concept of user/session permissions 2019-06-19 15:34:20 -07:00
testdata initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
upgrade fix upgrade procedure with newer SQLite 2019-07-01 00:33:36 -05:00
auth.rs fix db auth tests for domain being optional 2019-06-20 12:06:57 -07:00
build.rs add missing build.rs 2019-06-19 16:53:14 -07:00
Cargo.toml add concept of user/session permissions 2019-06-19 15:34:20 -07:00
check.rs add concept of user/session permissions 2019-06-19 15:34:20 -07:00
coding.rs initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
db.rs store full rtsp urls 2019-06-30 23:54:52 -05:00
dir.rs cargo fix --all 2019-06-14 08:47:11 -07:00
lib.rs add concept of user/session permissions 2019-06-19 15:34:20 -07:00
raw.rs cargo fix --all 2019-06-14 08:47:11 -07:00
recording.rs db crate support for updating signals (#28) 2019-06-13 22:25:55 -07:00
schema.sql store full rtsp urls 2019-06-30 23:54:52 -05:00
signal.rs fix dumb typo bug in signal/state input validation 2019-06-14 16:41:18 -07:00
testutil.rs store full rtsp urls 2019-06-30 23:54:52 -05:00
writer.rs cargo fix --all 2019-06-14 08:47:11 -07:00