Add registry, ingest, timeline, tickets features
This commit is contained in:
6
migrations/0004_timeline/down.sql
Normal file
6
migrations/0004_timeline/down.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
DROP INDEX idx_observations_component_time ON observations;
|
||||
|
||||
DROP TABLE IF EXISTS timeline_events;
|
||||
|
||||
ALTER TABLE observations
|
||||
DROP COLUMN firmware_version;
|
||||
Reference in New Issue
Block a user