renalware-core 2.0.155 → 2.0.156

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9ff23b159e57f74e379d6b804729d4d8eaa5f433c20cbb7fcd711a31ac94d4f
4
- data.tar.gz: 746f77f032c05bbf1fa4a18e3fa81049252d86b1f8ca7aa3edd46db165fbad56
3
+ metadata.gz: 8cf60bdb6d9f435ff8fe48ab880bc07df93a75895fdac04a454c98bc0ba6f5c9
4
+ data.tar.gz: 247bf617e5fdff3002c8efb35b193747bcb43a82133955535544ebe52665337e
5
5
  SHA512:
6
- metadata.gz: c44aa00663b8ad5c9f48f2d73310e48dfdf54dc943ab045ebe153b380d0fbab683366a7b249a621053ebd5e6c66508dde292bbd99c0d021b95e679269d039c47
7
- data.tar.gz: 1749d3ba021447bc05c7d830209e119a6adeb361fd49b30eec2cab6e40c60cd34dd12bb5aaf22a3667fb13eb54a4a49aed714e65145948325c42922f03004cc2
6
+ metadata.gz: 6205bb2b55102daac7631ad5500e5260998f0694ff4a0321e0be1550f09ea3679e1e99017caf998d7167e5bf2d20bbcb407887cfee5db0dc23da894a54fd0051
7
+ data.tar.gz: f43f2db14c1af7c8791d708e89d7e315c8aa1a6f156d3e215db2aaa1d0a5ff92ab56a70f5d9694999acc331a83e0a2a325db8a4cbb4d0eba49661d0423146c71
@@ -1,4 +1,4 @@
1
- class UpdateLowClearanceMDMPatientsView < ActiveRecord::Migration[6.0]
1
+ class UpdateLowClearanceMDMPatientsView < ActiveRecord::Migration[5.2]
2
2
  def change
3
3
  within_renalware_schema do
4
4
  update_view :low_clearance_mdm_patients, version: 2, revert_to_version: 1
@@ -1,4 +1,4 @@
1
- class UpdateSupportiveCareMDMPatientsView < ActiveRecord::Migration[6.0]
1
+ class UpdateSupportiveCareMDMPatientsView < ActiveRecord::Migration[5.2]
2
2
  def change
3
3
  within_renalware_schema do
4
4
  update_view :supportive_care_mdm_patients, version: 2, revert_to_version: 1
@@ -1,4 +1,4 @@
1
- class UpdateTransplantMDMPatientsView < ActiveRecord::Migration[6.0]
1
+ class UpdateTransplantMDMPatientsView < ActiveRecord::Migration[5.2]
2
2
  def change
3
3
  within_renalware_schema do
4
4
  update_view :transplant_mdm_patients, version: 2, revert_to_version: 1
@@ -1,4 +1,4 @@
1
- class RemoveUnusedIndexes < ActiveRecord::Migration[6.0]
1
+ class RemoveUnusedIndexes < ActiveRecord::Migration[5.2]
2
2
  def change
3
3
  within_renalware_schema do
4
4
  # Covered by index_admission_requests_on_patient_id_and_deleted_at
@@ -5,6 +5,6 @@ module Renalware
5
5
  # to creat that class even though its not used. If we don't do this zeitwerk
6
6
  # complains that version.rb does export a constant called Version.
7
7
  class VersionNumber
8
- VERSION = "2.0.155"
8
+ VERSION = "2.0.156"
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renalware-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.155
4
+ version: 2.0.156
5
5
  platform: ruby
6
6
  authors:
7
7
  - Airslie