Sha256: f09cd6e0d9cf16c8c501b90f022a057376c09c88ee9952e774bec3ff36845dc9
Contents?: true
Size: 340 Bytes
Versions: 15
Compression:
Stored size: 340 Bytes
Contents
class UpdateFnUpdateCurrentObsSetTriggerv05 < ActiveRecord::Migration[5.2] def up within_renalware_schema do load_function("update_current_observation_set_from_trigger_v05.sql") end end def down within_renalware_schema do load_function("update_current_observation_set_from_trigger_v04.sql") end end end
Version data entries
15 entries across 15 versions & 1 rubygems