Sha256: d6fe27805633836c3fb400c24e955ba2cfe9f13afc34bcabed6cb86dd9a46807
Contents?: true
Size: 496 Bytes
Versions: 15
Compression:
Stored size: 496 Bytes
Contents
class AddLimitsToPathObsDescriptions < ActiveRecord::Migration[5.2] def change within_renalware_schema do add_column( :pathology_observation_descriptions, :lower_threshold, :float, comment: "Value below which a result can be seen as abnormal" ) add_column( :pathology_observation_descriptions, :upper_threshold, :float, comment: "Value above which a result can be seen as abnormal" ) end end end
Version data entries
15 entries across 15 versions & 1 rubygems