mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-13 07:11:44 -05:00
initial schema for user authentication (#26)
This is only the database schema, which I'm adding now in the hopes of freezing schema version 3. There's no way yet to create users, much less actually authenticate.
This commit is contained in:
@@ -206,6 +206,7 @@ is never used.
|
||||
|
||||
Version 3 adds over version 1:
|
||||
|
||||
* user authentication
|
||||
* recording of sub streams (splits a new `stream` table out of `camera`)
|
||||
* a per-stream knob `flush_if_sec` meant to reduce database commits (and
|
||||
thus SSD write cycles). This improves practicality of many streams.
|
||||
|
||||
Reference in New Issue
Block a user