Drop column xmet_sounding.sample_count

This commit is contained in:
XANTRONIX 2025-02-25 18:59:29 -05:00
parent 4083e7bf16
commit f1140311c3

View file

@ -108,7 +108,6 @@ create table xmet_sounding (
station TEXT NOT NULL, station TEXT NOT NULL,
timestamp_observed TIMESTAMP NOT NULL, timestamp_observed TIMESTAMP NOT NULL,
timestamp_released TIMESTAMP, timestamp_released TIMESTAMP,
sample_count INTEGER,
data_source_pressure TEXT NOT NULL, data_source_pressure TEXT NOT NULL,
data_source_other TEXT NOT NULL data_source_other TEXT NOT NULL
); );