Sha256: 51028b2f71bb5cdb8fa95b234dea2f8495f6f42ee20514b30ee83c1c757b95bf

Contents?: true

Size: 184 Bytes

Versions: 66

Compression:

Stored size: 184 Bytes

Contents

require 'pact_broker/db/data_migrations/set_webhooks_enabled'

Sequel.migration do
  up do
    PactBroker::DB::DataMigrations::SetWebhooksEnabled.call(self)
  end

  down do
  end
end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
pact_broker-2.79.1 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.79.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.78.1 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.78.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.77.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.76.2 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.76.1 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.76.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.75.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.74.1 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.74.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.73.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.72.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.71.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.70.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.69.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.68.1 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.68.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.67.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.66.0 db/migrations/20190524_set_webhooks_enabled.rb