Sha256: ad5f861b56a661bb0bdbb552c2ec173ab0cedc8bd0de4a0ac3145e67869c10da

Contents?: true

Size: 389 Bytes

Versions: 45

Compression:

Stored size: 389 Bytes

Contents

class ChangePathRequestConsultantId < ActiveRecord::Migration[5.2]
  def change
    within_renalware_schema do
      remove_column(:pathology_requests_requests, :consultant_id, :integer)

      add_reference(
        :pathology_requests_requests,
        :consultant,
        foreign_key: { to_table: :renal_consultants },
        index: true,
        null: true
      )
    end
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

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