Sha256: b7137e6131f6bf3b7972b38b00edfbcfdff5e57f3c1517f2e2f2cd42a8e472c2
Contents?: true
Size: 196 Bytes
Versions: 35
Compression:
Stored size: 196 Bytes
Contents
class AddSendEmailNotificationsToQuestionFollowings < ActiveRecord::Migration def change add_column :rostra_question_followings, :send_email_notifications, :boolean, default: true end end
Version data entries
35 entries across 35 versions & 1 rubygems