Sha256: 24d68593ba03772ca85cb7480fd26ee47e44a0ce292dae8883c06ffd36a4f77f
Contents?: true
Size: 185 Bytes
Versions: 144
Compression:
Stored size: 185 Bytes
Contents
class AddEventTypeIdsToWebhooksOutgoingEndpoints < ActiveRecord::Migration[6.1] def change add_column :webhooks_outgoing_endpoints, :event_type_ids, :jsonb, default: [] end end
Version data entries
144 entries across 144 versions & 2 rubygems