Sha256: eb11382382655564fc04c897e2bc96552a69138df314322ffcd124a9c5700456

Contents?: true

Size: 254 Bytes

Versions: 63

Compression:

Stored size: 254 Bytes

Contents

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

  def down
    connection.execute("drop function if exists refresh_current_observation_set(integer)")
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
renalware-core-2.0.64 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.63 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.62 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.61 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.60 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.58 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.57 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.56 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.55 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.54 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.53 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.52 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.51 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.50 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.48 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.47 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.46 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.45 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.44 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.43 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb