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