Cleanup #2
This commit is contained in:
parent
90bf72872b
commit
92edc34c37
19 changed files with 0 additions and 657 deletions
1
receiver/sql_schema_postgres
Normal file
1
receiver/sql_schema_postgres
Normal file
|
|
@ -0,0 +1 @@
|
|||
create table packets ( id SERIAL, received_dt timestamp default now(), provider varchar(128), packet json, payload varchar(128), deveui varchar(128) );
|
||||
Loading…
Add table
Add a link
Reference in a new issue