added sensor_type
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 30 Jun 2023 14:33:16 +0000 (16:33 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 30 Jun 2023 14:33:16 +0000 (16:33 +0200)
create.sql

index 094a297..4883674 100644 (file)
@@ -4,6 +4,7 @@ create table eg5120 (
        mac text,
        addr text,
        "nodeId" int,
+       sensor_type int default null,
        json jsonb,
        _id serial
 );