20220621102338_add_exclude_sitemap_to_page.rb 157 Bytes Raw Blame History Permalink 1 2 3 4 5 class AddExcludeSitemapToPage < ActiveRecord::Migration[5.2] def change add_column :kanjai_pages, :exclude_sitemap, :boolean, default: false end end