# -*- coding: utf-8 -*-
class AddTrelloIdToReports < ActiveRecord::Migration
  def self.up
   add_column :reports, :trello_id, :string
  end

  def self.down
  end

end
