Sha256: 2338c6fef8c624853cdc4a68f3657e6d37af624310698be7928e0c8a2c0e93ac
Contents?: true
Size: 462 Bytes
Versions: 63
Compression:
Stored size: 462 Bytes
Contents
class CreateTriggerToUpdateCurrentObservationSets < ActiveRecord::Migration[5.1] def up load_function("update_current_observation_set_from_trigger_v01.sql") load_trigger("update_current_observation_set_trigger_v01.sql") end def down connection.execute(" DROP TRIGGER IF EXISTS update_current_observation_set_trigger ON pathology_observations; DROP FUNCTION IF EXISTS update_current_observation_set_from_trigger(); ") end end
Version data entries
63 entries across 63 versions & 1 rubygems