From 8f533d191dddf6c31508e75805ecaa01da796207 Mon Sep 17 00:00:00 2001 From: Kelvin Ly Date: Sun, 30 Jul 2023 23:43:44 -0400 Subject: [PATCH] Fix typo in table creation --- shroom_internals/sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shroom_internals/sql.go b/shroom_internals/sql.go index 0cad09f..35e105d 100644 --- a/shroom_internals/sql.go +++ b/shroom_internals/sql.go @@ -14,7 +14,7 @@ func CreateTable(db *sql.DB) error { time INTEGER, humidity REAL, temperature REAL, - humidifier_volts REAL + humidifier_volts REAL, humidifier_volts2 REAL );`