Sha256: 7af29bbf8b267a093dda3ad0a7c8357d1f0851233cdbdeddf9cc7c93c350a42c
Contents?: true
Size: 204 Bytes
Versions: 24
Compression:
Stored size: 204 Bytes
Contents
class ModifyMappingTable < ActiveRecord::Migration[5.0] def change remove_column :item_to_decom_table_mappings, :reduction add_column :item_to_decom_table_mappings, :reduced, :boolean end end
Version data entries
24 entries across 24 versions & 1 rubygems