Newer
Older
dmpopidor / db / migrate / 20140407153318_add_published_to_sections.rb
class AddPublishedToSections < ActiveRecord::Migration
  def change
  	add_column :sections, :published, :boolean
  end
end