Sha256: 58c2c835bf6ec9df03a52c87dcd118cffbcba1ec4c9c21a51c567e3c578869d7

Contents?: true

Size: 414 Bytes

Versions: 38

Compression:

Stored size: 414 Bytes

Contents

# frozen_string_literal: true

class AddOrganizationToDecidimElectionsTrustee < ActiveRecord::Migration[5.2]
  def change
    add_reference :decidim_elections_trustees, :decidim_organization, index: true, foreign_key: true
    add_index :decidim_elections_trustees,
              [:name, :decidim_organization_id],
              unique: true,
              name: "index_decidim_organization_id_and_name"
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
decidim-elections-0.28.4 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.27.9 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.28.3 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.27.8 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.28.2 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.27.7 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.28.1 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.27.6 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.26.10 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.26.9 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.28.0 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.27.5 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.28.0.rc5 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.28.0.rc4 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.26.8 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.27.4 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.27.3 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.26.7 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.26.5 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb
decidim-elections-0.27.2 db/migrate/20210401095507_add_organization_to_decidim_elections_trustee.rb