Sha256: 23ff527d89c52f95facac032d92a0edd7482ae4f6d9f6160639eb15f175e845d

Contents?: true

Size: 250 Bytes

Versions: 157

Compression:

Stored size: 250 Bytes

Contents

class MigrateEventTypesOnWebhooksOutgoingEvents < ActiveRecord::Migration[6.1]
  def up
    Webhooks::Outgoing::Event.find_each do |event|
      event.update_column(:event_type_id, event.payload.dig("event_type"))
    end
  end

  def down
  end
end

Version data entries

157 entries across 157 versions & 2 rubygems

Version Path
bullet_train-outgoing_webhooks-1.6.38 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.37 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.36 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.35 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.34 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.33 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.32 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.31 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.30 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.29 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.28 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.27 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.26 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.25 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.24 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.23 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.22 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.21 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.20 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.6.19 db/migrate/20211127014001_migrate_event_types_on_webhooks_outgoing_events.rb