mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-22 09:35:39 -05:00
Record last time an environmental device reported
This commit is contained in:
5
Environment/Service/Data/Schema/2-Device Table.psql
Normal file
5
Environment/Service/Data/Schema/2-Device Table.psql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE device(
|
||||
name text NOT NULL,
|
||||
last_updated timestamptz NULL,
|
||||
CONSTRAINT device_pk PRIMARY KEY (name)
|
||||
);
|
||||
Reference in New Issue
Block a user