Sha256: ee6106a594eaca66f4533b25bd5df8b9af9082f7aee81438096a5bdbb3e7fd7d

Contents?: true

Size: 215 Bytes

Versions: 63

Compression:

Stored size: 215 Bytes

Contents

class AddCreatedAtToDelayedJobsInHL7TrigFn < ActiveRecord::Migration[5.1]
  def up
    load_function("preprocess_hl7_message_v02.sql")
  end

  def down
    load_function("preprocess_hl7_message_v01.sql")
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 db/migrate/20180201090444_add_created_at_to_delayed_jobs_in_hl7_trig_fn.rb
renalware-core-2.0.0.pre.rc10 db/migrate/20180201090444_add_created_at_to_delayed_jobs_in_hl7_trig_fn.rb
renalware-core-2.0.0.pre.rc9 db/migrate/20180201090444_add_created_at_to_delayed_jobs_in_hl7_trig_fn.rb