Sha256: 217d8b2a8bc8dc4a2c9ab3446a0be8b13d5309c732df7df4921e5f89f6d62b0a

Contents?: true

Size: 261 Bytes

Versions: 52

Compression:

Stored size: 261 Bytes

Contents

class CreateFnToArchiveMasterSlots < ActiveRecord::Migration[5.2]
  def up
    load_function("hd_diary_archive_elapsed_master_slots_v01.sql")
  end

  def down
    connection.execute("DROP FUNCTION IF EXISTS hd_diary_archive_elapsed_master_slots();")
  end
end

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
renalware-core-2.0.127 db/migrate/20191018144917_create_fn_to_archive_master_slots.rb
renalware-core-2.0.126 db/migrate/20191018144917_create_fn_to_archive_master_slots.rb
renalware-core-2.0.125 db/migrate/20191018144917_create_fn_to_archive_master_slots.rb
renalware-core-2.0.124 db/migrate/20191018144917_create_fn_to_archive_master_slots.rb
renalware-core-2.0.123 db/migrate/20191018144917_create_fn_to_archive_master_slots.rb
renalware-core-2.0.121 db/migrate/20191018144917_create_fn_to_archive_master_slots.rb
renalware-core-2.0.120 db/migrate/20191018144917_create_fn_to_archive_master_slots.rb
renalware-core-2.0.119 db/migrate/20191018144917_create_fn_to_archive_master_slots.rb
renalware-core-2.0.118 db/migrate/20191018144917_create_fn_to_archive_master_slots.rb
renalware-core-2.0.117 db/migrate/20191018144917_create_fn_to_archive_master_slots.rb
renalware-core-2.0.116 db/migrate/20191018144917_create_fn_to_archive_master_slots.rb
renalware-core-2.0.115 db/migrate/20191018144917_create_fn_to_archive_master_slots.rb