remove all output without DEBUG=1 for cron use
[eg5120] / 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
 );