Sha256: b2b6783196cf9fad0c7b464bcdc00845d6ddd41b77faf7dc85241d43055d52b3

Contents?: true

Size: 201 Bytes

Versions: 92

Compression:

Stored size: 201 Bytes

Contents

# frozen_string_literal: true

class AddCustomBodyToSurveyAnswerChoices < ActiveRecord::Migration[5.1]
  def change
    add_column :decidim_surveys_survey_answer_choices, :custom_body, :text
  end
end

Version data entries

92 entries across 92 versions & 1 rubygems

Version Path
decidim-surveys-0.30.0.rc2 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.30.0.rc1 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.29.2 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.28.5 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.29.1 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.28.4 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.27.9 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.29.0 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.28.3 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.27.8 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.29.0.rc4 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.29.0.rc3 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.29.0.rc2 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.29.0.rc1 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.28.2 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.27.7 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.28.1 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.27.6 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.26.10 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb
decidim-surveys-0.26.9 db/migrate/20180405015314_add_custom_body_to_survey_answer_choices.rb