vita_app/db/migrate/20160104111628_add_newsletter_to_comments.rb
Nicolas Bally 1d3af87d4c initial
2016-04-28 10:07:08 +02:00

6 lines
127 B
Ruby
Executable File

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