Sha256: b5d5dd103687435fa5609291e8372126f5e04c5e2bd50f3cabf1e20a4bab2e58

Contents?: true

Size: 332 Bytes

Versions: 21

Compression:

Stored size: 332 Bytes

Contents

class CreatePathologyChartDataFunction < ActiveRecord::Migration[5.2]
  def up
    within_renalware_schema do
      load_function("pathology_chart_data_v01.sql")
    end
  end

  def down
    within_renalware_schema do
      connection.execute("DROP FUNCTION IF EXISTS pathology_chart_data(integer, text, date);")
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
renalware-core-2.1.1 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.1.0 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.167 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.166 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.165 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.164 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.163 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.162 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.161 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.160 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.159 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.158 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.157 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.156 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.155 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.153 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.152 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.151 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.149 db/migrate/20200313120655_create_pathology_chart_data_function.rb
renalware-core-2.0.148 db/migrate/20200313120655_create_pathology_chart_data_function.rb