Skip to content

Commit

Permalink
fix: remove redundant index as per PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Feb 21, 2024
1 parent 7ebbf83 commit 5e63801
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/migrations/20240221082758-action-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ exports.up = function (db, cb) {
action_set JSONB NOT NULL
);
CREATE INDEX IF NOT EXISTS idx_action_set_events_action_set_id ON action_set_events(action_set_id);
CREATE INDEX IF NOT EXISTS idx_action_set_events_observable_event_id ON action_set_events(observable_event_id);
CREATE INDEX IF NOT EXISTS idx_action_set_events_action_set_id_state ON action_set_events(action_set_id, state);
`,
Expand Down

0 comments on commit 5e63801

Please sign in to comment.