Sha256: 9b31a13295e0a0034940c4ad1f09515636fad5b5bffca1d08a87043a072bdc52
Contents?: true
Size: 197 Bytes
Versions: 158
Compression:
Stored size: 197 Bytes
Contents
class CreateWebhooksOutgoingEventTypes < ActiveRecord::Migration[5.2] def change create_table :webhooks_outgoing_event_types do |t| t.string :name t.timestamps end end end
Version data entries
158 entries across 158 versions & 2 rubygems