Sha256: e7cf96e71189f61d863ed55515c45b8cfdaf3ff02656b25ad4cd0153cc5b413e

Contents?: true

Size: 428 Bytes

Versions: 98

Compression:

Stored size: 428 Bytes

Contents

class RemoveLocalPatientIdUniqueIdx < ActiveRecord::Migration[5.1]
  def change
    within_renalware_schema do
      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
end

Version data entries

98 entries across 98 versions & 1 rubygems

Version Path
renalware-core-2.1.1 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.1.0 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.167 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.166 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.165 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.164 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.163 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.162 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.161 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.160 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.159 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.158 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.157 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.156 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.155 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.153 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.152 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.151 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.149 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb
renalware-core-2.0.148 db/migrate/20171109084751_remove_local_patient_id_unique_idx.rb