Sha256: 9e5bbe046e0de33e0646ee0a124fcc6765912a85818fd8a5d11529b4767de3b0

Contents?: true

Size: 374 Bytes

Versions: 3

Compression:

Stored size: 374 Bytes

Contents

# frozen_string_literal: true

class CreateDecidimParticipatoryDocumentsParticipationSections < ActiveRecord::Migration[6.0]
  def change
    create_table :decidim_participatory_documents_sections do |t|
      t.references :document, null: false, index: { name: "decidim_pd_section_document" }
      t.jsonb :title
      t.string :state
      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
decidim-participatory_documents-0.2.2 db/migrate/20221115233021_create_decidim_participatory_documents_participation_sections.rb
decidim-participatory_documents-0.2.1 db/migrate/20221115233021_create_decidim_participatory_documents_participation_sections.rb
decidim-participatory_documents-0.2.0 db/migrate/20221115233021_create_decidim_participatory_documents_participation_sections.rb