first import ready, need to make it pull from last one and increment

This commit is contained in:
Ryan Voots 2025-05-09 13:47:22 -04:00
commit 9329f1e992
2 changed files with 4 additions and 0 deletions

1
README.md Normal file
View file

@ -0,0 +1 @@
Some queries I'm building up to do stuff with Home Assistant LTSS and my personal health data

View 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);