pmr_app/db/migrate/20160104111628_add_newsletter_to_comments.rb
Nicolas Bally 428372d6f9 initial
2016-02-08 10:27:25 +01:00

6 lines
127 B
Ruby

class AddNewsletterToComments < ActiveRecord::Migration
def change
add_column :comments, :newsletter, :boolean
end
end