id for TPM is text
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 10 Aug 2017 07:52:11 +0000 (09:52 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 10 Aug 2017 07:52:11 +0000 (09:52 +0200)
create.sql

index f69b912..827d144 100644 (file)
@@ -2,7 +2,7 @@ drop table rtl433;
 create table rtl433 (
        time timestamp without time zone,
        model text,
-       id integer,
+       id text,
        json jsonb,
        _id serial
 );