Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove unused workflow idxs #1810

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
DROP INDEX IF EXISTS workflows@workflows_wake_immediate_idx;
DROP INDEX IF EXISTS workflows@gin_workflows_tags;
DROP INDEX IF EXISTS workflow_activity_errors@workflow_activity_errors_workflow_id_location_idx;
DROP INDEX IF EXISTS signals@idx_signals_workflow_id2;
DROP INDEX IF EXISTS signals@signals_ack_ts_idx;
DROP INDEX IF EXISTS tagged_signals@gin_tagged_signals_tags;
DROP INDEX IF EXISTS tagged_signals@tagged_signals_ack_ts_idx;
DROP INDEX IF EXISTS workflow_activity_events@workflow_activity_events_loop_location_idx;
DROP INDEX IF EXISTS workflow_signal_events@workflow_signal_events_loop_location_idx;
DROP INDEX IF EXISTS workflow_sub_workflow_events@workflow_sub_workflow_events_loop_location_idx;
DROP INDEX IF EXISTS signals@signals_ack_ts_silence_ts_idx;
DROP INDEX IF EXISTS signals@signals_ack_ts_silence_ts_workflow_id_idx;
DROP INDEX IF EXISTS workflow_signal_events@workflow_signal_send_events_loop_location_idx;
DROP INDEX IF EXISTS workflow_message_send_events@workflow_message_send_events_loop_location_idx;
DROP INDEX IF EXISTS workflow_loop_events@workflow_loop_events_loop_location_idx;
Loading