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