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