Sha256: 12dac814db90fc6f42e874afb309765e84104dccf2ce64bb2917da10427cfc29

Contents?: true

Size: 144 Bytes

Versions: 6

Compression:

Stored size: 144 Bytes

Contents

class AddIsCommentToQuestions < ActiveRecord::Migration
  def change
    add_column :questions, :is_comment, :boolean, default: false
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
upgrade_surveyor_gui-0.1.3 db/migrate/20140530181134_add_is_comment_to_questions.rb
upgrade_surveyor_gui-0.1.2 db/migrate/20140530181134_add_is_comment_to_questions.rb
surveyor_gui-0.1.2 db/migrate/20140530181134_add_is_comment_to_questions.rb
surveyor_gui-0.1.1 db/migrate/20140530181134_add_is_comment_to_questions.rb
surveyor_gui-0.1.0 db/migrate/20140530181134_add_is_comment_to_questions.rb
surveyor_gui-0.0.3 db/migrate/20140530181134_add_is_comment_to_questions.rb