Sha256: e94b0f0921aa5ad5526e6ca6a5c9f50a8a879a782eaf5109bb3a25eca80af648
Contents?: true
Size: 143 Bytes
Versions: 13
Compression:
Stored size: 143 Bytes
Contents
class AddWebhookUrlToJobDefinitions < ActiveRecord::Migration[5.0] def change add_column :job_definitions, :webhook_url, :text end end
Version data entries
13 entries across 13 versions & 1 rubygems