class AddUsageToInvBillingLines < ActiveRecord::Migration[6.0]
  def change
    add_column :inv_billing_lines, :usage, :text
  end
end
