Sha256: 22993a2e0a77a13f9157319d141e2d8841d8cf470c06f795395e258ab4279c43

Contents?: true

Size: 315 Bytes

Versions: 76

Compression:

Stored size: 315 Bytes

Contents

# frozen_string_literal: true

class CreateDecidimContextualHelpSections < ActiveRecord::Migration[5.2]
  def change
    create_table :decidim_contextual_help_sections do |t|
      t.string :section_id, null: false
      t.references :organization, null: false
      t.jsonb :content, null: false
    end
  end
end

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
decidim-core-0.30.0.rc3 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.30.0.rc2 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.30.0.rc1 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.29.2 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.28.5 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.29.1 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.28.4 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.27.9 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.29.0 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.28.3 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.27.8 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.29.0.rc4 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.29.0.rc3 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.29.0.rc2 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.29.0.rc1 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.28.2 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.27.7 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.28.1 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.27.6 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb
decidim-core-0.26.10 db/migrate/20181113101935_create_decidim_contextual_help_sections.rb