Skip to content

Commit

Permalink
chore: remove unnecessary require
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 6, 2017
1 parent 2d014b2 commit d2d4545
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/migrations/42_delete_orphan_webhook_data.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'securerandom'

Sequel.migration do
up do
from(:triggered_webhooks).where(webhook_id: nil).each do | triggered_webhook |
Expand Down

0 comments on commit d2d4545

Please sign in to comment.