Sha256: 2aab0d199bfc0d02be25bb48d0a7e7d22eac46a632cc6451cc52a4869c943459
Contents?: true
Size: 453 Bytes
Versions: 70
Compression:
Stored size: 453 Bytes
Contents
class AddResultTypeToPathologyObservationDescriptions < ActiveRecord::Migration[5.2] def change within_renalware_schema do add_column( :pathology_observation_descriptions, :rr_type, :integer, default: 0, null: false ) add_column( :pathology_observation_descriptions, :rr_coding_standard, :integer, default: 0, null: false ) end end end
Version data entries
70 entries across 70 versions & 1 rubygems