From f1140311c37bf5f6193c425b1385636b65ab4558 Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Tue, 25 Feb 2025 18:59:29 -0500 Subject: [PATCH] Drop column xmet_sounding.sample_count --- db/xmet.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/db/xmet.sql b/db/xmet.sql index 6540331..ce1c778 100644 --- a/db/xmet.sql +++ b/db/xmet.sql @@ -108,7 +108,6 @@ create table xmet_sounding ( station TEXT NOT NULL, timestamp_observed TIMESTAMP NOT NULL, timestamp_released TIMESTAMP, - sample_count INTEGER, data_source_pressure TEXT NOT NULL, data_source_other TEXT NOT NULL );