Skip to content

Commit

Permalink
chore: add index to triggered_webhooks webhook_uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 22, 2021
1 parent 6e3d0e6 commit 807bf32
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Sequel.migration do
change do
alter_table(:triggered_webhooks) do
add_index([:webhook_uuid], name: "triggered_webhooks_webhook_uuid_index")
end
end
end

0 comments on commit 807bf32

Please sign in to comment.