aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20140302204529_add_sidebar_item_count_to_blog_categories.rb
blob: 7268cd60e2ec14286f3cc32209554334d862c59d (plain) (blame)
1
2
3
4
5
class AddSidebarItemCountToBlogCategories < ActiveRecord::Migration
  def change
    add_column "refinery_blog_categories", "sidebar_items", :integer, :default => 5
  end
end