Sha256: 7b92734b105913cd188e99640920dd7b832bc3b197064b26cdd5badfac3fe288
Contents?: true
Size: 190 Bytes
Versions: 144
Compression:
Stored size: 190 Bytes
Contents
class AddAttemptNumberToWebhooksOutgoingDeliveryAttempts < ActiveRecord::Migration[5.2] def change add_column :webhooks_outgoing_delivery_attempts, :attempt_number, :integer end end
Version data entries
144 entries across 144 versions & 2 rubygems