mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
4 lines
126 B
SQL
4 lines
126 B
SQL
DROP INDEX IF EXISTS otel_traces_time_idx;
|
|
DROP INDEX IF EXISTS otel_traces_trace_time_idx;
|
|
DROP TABLE IF EXISTS otel_traces;
|