Fix typo in table creation

This commit is contained in:
Kelvin Ly 2023-07-30 23:43:44 -04:00
parent 1083d56c50
commit 8f533d191d
1 changed files with 1 additions and 1 deletions

View File

@ -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
);`