It seems that SQL logger isn't quite working for me.
I'm getting this set of errors pretty regularly:
Now, obviously I could add the column myself, but I don't know what type it is.SQL Logger Error exception trying to update table device_history_348924970 ("TCP7612 In") -- unable to modify table
SQL Logger Error ERROR: column "alert" of relation "device_history_255383384" does not exist at character 39
SQL Logger Error exception trying to insert row into table device_history_348924970 ("TCP7612 In") -- unable to modify table
SQL Logger Error ERROR: column "alert" of relation "device_history_255383384" does not exist at character 39
SQL Logger Error INSERT INTO device_history_348924970 ("incount", "outcount", "port", "state", "state_connected", "state_disconnected", "state_idle", "state_listening", "state_preparing", "state_unavailable") VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s);
SQL Logger Error exception trying to insert row into table variable_history_1829474037 ("MQTT:house/powerusage")
SQL Logger Error ERROR: column "alert" of relation "device_history_255383384" does not exist at character 39
SQL Logger Error INSERT INTO variable_history_1829474037 (value) VALUES (%s);
SQL Logger Error exception trying to insert row into table variable_history_1850056273 ("LastMQTTMessage")
SQL Logger Error ERROR: column "alert" of relation "device_history_255383384" does not exist at character 39
SQL Logger Error INSERT INTO variable_history_1850056273 (value) VALUES (%s);
SQL Logger Error exception trying to update table device_history_348924970 ("TCP7612 In") -- unable to modify table
SQL Logger Error ERROR: column "alert" of relation "device_history_255383384" does not exist at character 39
SQL Logger Error exception trying to insert row into table device_history_348924970 ("TCP7612 In") -- unable to modify table
SQL Logger Error ERROR: column "alert" of relation "device_history_255383384" does not exist at character 39
SQL Logger Error INSERT INTO device_history_348924970 ("incount", "outcount", "port", "state", "state_connected", "state_disconnected", "state_idle", "state_listening", "state_preparing", "state_unavailable") VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s);
SQL Logger Error exception trying to insert row into table variable_history_1438735089 ("MQTT:house/voltage")
SQL Logger Error ERROR: column "alert" of relation "device_history_255383384" does not exist at character 39
SQL Logger Error INSERT INTO variable_history_1438735089 (value) VALUES (%s);
SQL Logger Error exception trying to insert row into table variable_history_1850056273 ("LastMQTTMessage")
SQL Logger Error ERROR: column "alert" of relation "device_history_255383384" does not exist at character 39
SQL Logger Error INSERT INTO variable_history_1850056273 (value) VALUES (%s);
Can anybody help?
Thanks