Sha256: e79a43033852171de1e7166c9916a839d59dfcfdd2027f524899b921ddbbd292
Contents?: true
Size: 179 Bytes
Versions: 1
Compression:
Stored size: 179 Bytes
Contents
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 | db/migrate/004_add_updated_app_kinds_to_instruction.rb |