20160314201510_add_root_page_to_pages.rb 141 Bytes
class AddRootPageToPages < ActiveRecord::Migration
  def change
    add_column :kanjai_pages, :root_page, :boolean, default: false
  end
end