Sha256: 6d0bb5b11e705c6d4b20ef79b561863df00e55683aa8d8cf37863e3afba9943a
Contents?: true
Size: 349 Bytes
Versions: 98
Compression:
Stored size: 349 Bytes
Contents
class UpdateFnUpdateCurrentObservationSetFromTrigger < ActiveRecord::Migration[5.1] def up within_renalware_schema do load_function("update_current_observation_set_from_trigger_v03.sql") end end def down within_renalware_schema do load_function("update_current_observation_set_from_trigger_v02.sql") end end end
Version data entries
98 entries across 98 versions & 1 rubygems