class AddHashStringToInvPhotographerPaymentLines < ActiveRecord::Migration[6.0]
  def change
    add_column :inv_photographer_payment_lines, :hash_string, :string
  end
end
