Sha256: 6d9d310a978fb666c00b2627636abf4301233a4b75149b1abf95d2149588ed1e

Contents?: true

Size: 365 Bytes

Versions: 59

Compression:

Stored size: 365 Bytes

Contents

# frozen_string_literal: true

class CreateDecidimFormsQuestionMatrixRows < ActiveRecord::Migration[5.2]
  def change
    create_table :decidim_forms_question_matrix_rows do |t|
      t.references :decidim_question, index: { name: "index_decidim_forms_question_matrix_questionnaire_id" }
      t.integer :position, index: true
      t.jsonb :body
    end
  end
end

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
decidim-forms-0.29.1 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.28.4 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.27.9 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.29.0 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.28.3 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.27.8 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.29.0.rc4 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.29.0.rc3 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.29.0.rc2 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.29.0.rc1 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.28.2 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.27.7 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.28.1 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.27.6 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.26.10 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.26.9 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.28.0 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.27.5 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.28.0.rc5 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb
decidim-forms-0.28.0.rc4 db/migrate/20200225123810_create_decidim_forms_question_matrix_rows.rb