20160721224052_remove_reference_column_from_cash_moves.rb 144 B

12345
  1. class RemoveReferenceColumnFromCashMoves < ActiveRecord::Migration
  2. def change
  3. remove_column :cash_registers_moves, :reference
  4. end
  5. end