Sha256: 1dc4c21d6798e21d330a0849ab82055aa16b56606be4c2f71e1fcf6e9bb1015f

Contents?: true

Size: 349 Bytes

Versions: 166

Compression:

Stored size: 349 Bytes

Contents

class AddNameToPatientPrimaryCarePhysicians < ActiveRecord::Migration[5.0]
  def change
    add_column :patient_primary_care_physicians, :deleted_at, :datetime
    add_column :patient_primary_care_physicians, :name, :string

    add_index :patient_primary_care_physicians, :deleted_at
    add_index :patient_primary_care_physicians, :name
  end
end

Version data entries

166 entries across 166 versions & 1 rubygems

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