summaryrefslogtreecommitdiff
path: root/db/migrate/20160229193553_add_main_language_to_repository.rb
blob: 15f9a3828027efe08b94252e61d3ebdffaf36988 (plain)
1
2
3
4
5
class AddMainLanguageToRepository < ActiveRecord::Migration[4.2]
  def change
    add_column :projects, :main_language, :string
  end
end