Sha256: ec51a2bc3d0ffa14b1e9db11b424c18f423e7546adea8b59dde8a94aabda34d7
Contents?: true
Size: 253 Bytes
Versions: 145
Compression:
Stored size: 253 Bytes
Contents
class CreateWebhooksOutgoingEndpointEventTypes < ActiveRecord::Migration[5.2] def change create_table :webhooks_outgoing_endpoint_event_types do |t| t.integer :endpoint_id t.integer :event_type_id t.timestamps end end end
Version data entries
145 entries across 145 versions & 2 rubygems