Sha256: 02c78fdfd329cd1d87143d0362734be84e4018207bbd73c7b7efbce682b308ca

Contents?: true

Size: 201 Bytes

Versions: 68

Compression:

Stored size: 201 Bytes

Contents

class RemoveEmailFromPrimaryCarePhysicians < ActiveRecord::Migration[5.1]
  def change
    remove_column :patient_primary_care_physicians,
                  :email,
                  :string
  end
end

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 db/migrate/20171211131918_remove_email_from_primary_care_physicians.rb
renalware-core-2.0.0.pre.rc10 db/migrate/20171211131918_remove_email_from_primary_care_physicians.rb
renalware-core-2.0.0.pre.rc9 db/migrate/20171211131918_remove_email_from_primary_care_physicians.rb
renalware-core-2.0.0.pre.rc8 db/migrate/20171211131918_remove_email_from_primary_care_physicians.rb
renalware-core-2.0.0.pre.rc7 db/migrate/20171211131918_remove_email_from_primary_care_physicians.rb
renalware-core-2.0.0.pre.rc6 db/migrate/20171211131918_remove_email_from_primary_care_physicians.rb
renalware-core-2.0.0.pre.rc5 db/migrate/20171211131918_remove_email_from_primary_care_physicians.rb
renalware-core-2.0.0.pre.rc4 db/migrate/20171211131918_remove_email_from_primary_care_physicians.rb