Sha256: f792a81eceb393330c27524def33638d1ba9b7143e40bc7dfb7bd29a9a869af9

Contents?: true

Size: 371 Bytes

Versions: 72

Compression:

Stored size: 371 Bytes

Contents

class RemoveLocalPatientIdUniqueIdx < ActiveRecord::Migration[5.1]
  def change
    columns = %i(
      local_patient_id
      local_patient_id_2
      local_patient_id_3
      local_patient_id_4
      local_patient_id_5
    )
    columns.each{ |column| remove_index(:patients, column) }
    columns.each{ |column| add_index(:patients, column, unique: false) }
  end
end

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
renalware-core-2.0.21 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.20 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.18 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.17 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.16 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.15 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.14 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.13 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.12 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.11 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.9 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.8 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.7 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.5 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.4 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.3 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.2 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.1 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.0 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.0.pre.rc13 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb