Sha256: d67fd6c91ee34e4509ba263472f12ea4f02899929df3bad40d3af2c50e852d2b
Contents?: true
Size: 282 Bytes
Versions: 137
Compression:
Stored size: 282 Bytes
Contents
class AddFeatureIdToJobInvocation < ActiveRecord::Migration[4.2] def change add_column :job_invocations, :remote_execution_feature_id, :integer, :index => true add_foreign_key :job_invocations, :remote_execution_features, :column => :remote_execution_feature_id end end
Version data entries
137 entries across 137 versions & 1 rubygems