7 lines
159 B
SQL
7 lines
159 B
SQL
DROP INDEX idx_observations_component_time ON observations;
|
|
|
|
DROP TABLE IF EXISTS timeline_events;
|
|
|
|
ALTER TABLE observations
|
|
DROP COLUMN firmware_version;
|