class AddPreviousHashStringToInvPaymentLines < ActiveRecord::Migration[6.0]
  def change
    add_column :inv_payment_lines, :previous_hash_string, :string
  end
end
