BigW Consortium Gitlab

20130318212250_add_snippets_to_features.rb 159 Bytes
class AddSnippetsToFeatures < ActiveRecord::Migration
  def change
    add_column :projects, :snippets_enabled, :boolean, null: false, default: true
  end
end