20130323174317_add_private_to_snippets.rb 121 Bytes
class AddPrivateToSnippets < ActiveRecord::Migration
  def change
    add_column :snippets, :private, :boolean
  end
end