Sha256: 693635a7ba5c951c3fde7ebb7a6148d3738e9e6228671a641fab97cc8819edf3
Contents?: true
Size: 256 Bytes
Versions: 1
Compression:
Stored size: 256 Bytes
Contents
# This migration comes from g5_sibling_deployer_engine_engine (originally 4) class AddUpdatedAppKindsToInstruction < ActiveRecord::Migration def change add_column :sibling_instructions, :updated_app_kinds, :string, array: true, default: [] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
g5_sibling_deployer_engine-0.7.0 | spec/dummy/db/migrate/20150430182536_add_updated_app_kinds_to_instruction.g5_sibling_deployer_engine_engine.rb |