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