mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-28 05:04:15 -05:00
@@ -341,7 +341,11 @@ create table user (
|
||||
|
||||
-- Permissions available for newly created tokens or when authenticating via
|
||||
-- unix_uid above. A serialized "Permissions" protobuf.
|
||||
permissions blob not null default X''
|
||||
permissions blob not null default X'',
|
||||
|
||||
-- Preferences controlled by the user. A JSON object, or null to represent
|
||||
-- the empty object. Can be returned and modified through the API.
|
||||
preferences text
|
||||
);
|
||||
|
||||
-- A single session, whether for browser or robot use.
|
||||
|
||||
Reference in New Issue
Block a user