class ChangeTotalHtToTotalForInvBillings < ActiveRecord::Migration[6.0]
  def change
    rename_column :inv_billings, :total_ht, :total
  end
end
