Sha256: 28d50860a5488ef4895a82d82b3ac1c915e48610720e94dfc8c13d67a810f82d
Contents?: true
Size: 184 Bytes
Versions: 111
Compression:
Stored size: 184 Bytes
Contents
class RemoveDefaultFromWebhooksOutgoingEvents < ActiveRecord::Migration[7.0] def change change_column_default :webhooks_outgoing_events, :api_version, from: 1, to: nil end end
Version data entries
111 entries across 111 versions & 1 rubygems