first import ready, need to make it pull from last one and increment
This commit is contained in:
commit
9329f1e992
2 changed files with 4 additions and 0 deletions
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
|||
Some queries I'm building up to do stuff with Home Assistant LTSS and my personal health data
|
3
sql/import-from-influx.sql
Normal file
3
sql/import-from-influx.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO public."glucose-import"
|
||||
(SELECT nextval('glucose-import_id_seq'), "glucose"."deviceSerialNumber", "glucose"."deviceType", units, value, time FROM influx.glucose);
|
||||
|
Loading…
Add table
Reference in a new issue