jipe_app/db/migrate/20160104111628_add_newsletter_to_comments.rb
2017-08-14 10:53:30 +02:00

6 lines
127 B
Ruby

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