class AddRepoNameToShixuns < ActiveRecord::Migration[5.2]
  def change
    add_column :shixuns, :repo_name, :string
  end
end