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