Sha256: 37b2cda98201a63c47e1008fb4c1402a61642c49d4c1b5978d21cf1c8133bd9e
Contents?: true
Size: 154 Bytes
Versions: 144
Compression:
Stored size: 154 Bytes
Contents
class AddPayloadToWebhooksOutgoingEvents < ActiveRecord::Migration[5.2] def change add_column :webhooks_outgoing_events, :payload, :jsonb end end
Version data entries
144 entries across 144 versions & 2 rubygems