debian-mirror-gitlab/db/migrate/20160229193553_add_main_language_to_repository.rb

6 lines
133 B
Ruby
Raw Normal View History

2016-06-02 11:05:42 +05:30
class AddMainLanguageToRepository < ActiveRecord::Migration
def change
add_column :projects, :main_language, :string
end
end