Sha256: d1f2a7c7ecda9c65c6b1ee3a52f895245544555f02ea12ad9eafc944a634287f
Contents?: true
Size: 162 Bytes
Versions: 157
Compression:
Stored size: 162 Bytes
Contents
class AddTeamToWebhooksOutgoingEvents < ActiveRecord::Migration[5.2] def change add_reference :webhooks_outgoing_events, :team, foreign_key: true end end
Version data entries
157 entries across 157 versions & 2 rubygems