From a8350332ac6be9bb70a3e9163f8f266ddca04248 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 7 Apr 2025 11:47:21 +0200 Subject: [PATCH] update --- sqlite/flush_old_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite/flush_old_data.py b/sqlite/flush_old_data.py index f372a54..cd7ba3f 100755 --- a/sqlite/flush_old_data.py +++ b/sqlite/flush_old_data.py @@ -45,7 +45,7 @@ if row: print(f"[INFO] Deleting records older than: {cutoff_date_str}") # List of tables to delete old data from - tables_to_clean = ["data_NPM", "data_NPM_5channels", "data_BME280", "data_envea"] + tables_to_clean = ["data_NPM", "data_NPM_5channels", "data_BME280", "data_envea","data_WIND", "data_MPPT"] # Loop through each table and delete old data for table in tables_to_clean: