This commit is contained in:
Your Name
2025-05-26 09:48:55 +02:00
parent 7bd1d81bf9
commit aa71e359bb
3 changed files with 236 additions and 1 deletions

View File

@@ -89,7 +89,8 @@ CREATE TABLE IF NOT EXISTS data_envea (
h2s REAL,
nh3 REAL,
co REAL,
o3 REAL
o3 REAL,
so2 REAL
)
""")