Sha256: f1f74305757836f65f96324f4f0926e9e05289feb5655a99668457c2d0acd53a

Contents?: true

Size: 188 Bytes

Versions: 110

Compression:

Stored size: 188 Bytes

Contents

class AddApiVersionToWebhooksOutgoingEvents < ActiveRecord::Migration[7.0]
  def change
    add_column :webhooks_outgoing_events, :api_version, :integer, null: false, default: 1
  end
end

Version data entries

110 entries across 110 versions & 1 rubygems

Version Path
bullet_train-outgoing_webhooks-1.3.6 db/migrate/20221230235326_add_api_version_to_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.3.5 db/migrate/20221230235326_add_api_version_to_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.3.4 db/migrate/20221230235326_add_api_version_to_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.3.3 db/migrate/20221230235326_add_api_version_to_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.3.2 db/migrate/20221230235326_add_api_version_to_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.3.1 db/migrate/20221230235326_add_api_version_to_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.3.0 db/migrate/20221230235326_add_api_version_to_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.2.27 db/migrate/20221230235326_add_api_version_to_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.2.26 db/migrate/20221230235326_add_api_version_to_webhooks_outgoing_events.rb
bullet_train-outgoing_webhooks-1.2.25 db/migrate/20221230235326_add_api_version_to_webhooks_outgoing_events.rb