Sha256: 14d480b39e4581687e3780da6a48e633d85e39c7c74b3c5634a1bf9f95870988
Contents?: true
Size: 177 Bytes
Versions: 1
Compression:
Stored size: 177 Bytes
Contents
class AddExternalToWorkflow < ActiveRecord::Migration[4.2] def change add_column :workflows, :third_party_id, :integer add_index :workflows, :third_party_id end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mobilart_models-1.2.14 | db/migrate/20151202155259_add_external_to_workflow.rb |