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.42 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.41 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.40 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.39 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.38 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.37 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.36 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.35 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.34 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.33 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.32 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.31 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.30 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.28 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.27 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.26 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.25 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.24 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.23 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb
renalware-core-2.0.22 db/migrate/20171213111513_create_fn_to_refresh_current_obs.rb