Sha256: 19434fb93f33cdf1259e1f615b29a9c8e14cf497a0e7005cd6745f414dc9fe61
Contents?: true
Size: 394 Bytes
Versions: 98
Compression:
Stored size: 394 Bytes
Contents
class AddPatientIdToVirologyProfile < ActiveRecord::Migration[5.1] # rubocop:disable Rails/NotNullColumn def change within_renalware_schema do add_reference :virology_profiles, :patient, foreign_key: true, index: { unique: true }, null: false end end # rubocop:enable Rails/NotNullColumn end
Version data entries
98 entries across 98 versions & 1 rubygems