Skip to content

Commit

Permalink
feat: add cira timestamps to db
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrache committed Nov 6, 2023
1 parent 6a614b4 commit 7d86a77
Show file tree
Hide file tree
Showing 9 changed files with 284 additions and 260 deletions.
2 changes: 2 additions & 0 deletions data/initMPS.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ CREATE TABLE IF NOT EXISTS devices(
tenantid varchar(36) NOT NULL,
friendlyname varchar(256),
dnssuffix varchar(256),
connect timestamp with time zone,
disconnect timestamp with time zone,
deviceinfo JSON,
CONSTRAINT device_guid UNIQUE(guid),
PRIMARY KEY (guid,tenantid)
Expand Down
Loading

0 comments on commit 7d86a77

Please sign in to comment.