Sha256: 6931c2414574848ee6f24a83ec475218afbbfa35fd6b1dd64e797c87332339d9

Contents?: true

Size: 390 Bytes

Versions: 86

Compression:

Stored size: 390 Bytes

Contents

class AddColumnsToPatientPrimaryCarePhysicians < ActiveRecord::Migration[5.2]
  def change
    add_column :patient_practice_memberships, :last_change_date, :date
    add_column :patient_practice_memberships, :joined_on, :date
    add_column :patient_practice_memberships, :left_on, :date
    add_column :patient_practice_memberships, :active, :boolean, default: true, null: false
  end
end

Version data entries

86 entries across 86 versions & 1 rubygems

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