Merge branch 'main' into mohammed
This commit is contained in:
@@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS goodgarden.sensor_data (
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
-- Invoegen van gegevens in de 'sensor_data'-tabel
|
||||
Invoegen van gegevens in de 'sensor_data'-tabel
|
||||
INSERT INTO goodgarden.sensor_data (timestamp, gateway_receive_time, device, value)
|
||||
VALUES
|
||||
(1707295162, '2024-02-07T08:39:22Z', 256, 4.107448101043701),
|
||||
|
||||
Reference in New Issue
Block a user