renalware-core 2.0.135 → 2.0.136

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: 1dd66726ab2f121aa82adb08e1394ac8ff1756942f8d449b9c836515ef15c036
4
- data.tar.gz: 7ca005b27ddfc4a1cd1e26991af6919fccbe6da98b2bd9dffb7acb0a31315f53
3
+ metadata.gz: 03c7978456dae11f60a6ca87a0b3e88cf781a0959535db5df4d54731eb449e80
4
+ data.tar.gz: c8edce70496e7e88c44f2925c37ac2a7ce27cb37fd01aeda67fb3f1971b94568
5
5
  SHA512:
6
- metadata.gz: 6f7b907624c1f47c6aababef3e08aa301f8fed2e06f16edea73d7dfb1d291ed656904e37ed3295fd4a8adb897ab9288f721f14e665b59f84a2060d10abafc8c2
7
- data.tar.gz: 717795f78c80e5f23cad39a20ecbc0395029f77fde81a738043fc67c8c71bf06f3bda2e0f6d18b682b63d8a26bf2c9e10386839b273219b40c39410db9fff6fc
6
+ metadata.gz: 9e2ba6a179f1e8d00b29e86f9d8d2635fe269a2249e1bdfd1ae3d7a5932a81eafe69d31f1c0599a678925fce5db310b7e333c96a9c94b46b142b138399f1ddc1
7
+ data.tar.gz: 6200892dd7a1d8ab0bc0ff3a5b7b28c362208d83b0e638c27f1dc8de5bbadfc60db3ca7fbf22a629f2986baf9ab72c5ef8cffeff57e28bafc8f6e2173c0c553c
@@ -0,0 +1,10 @@
1
+ class RemoveCreatedByOnPathologyCodeGroups < ActiveRecord::Migration[5.2]
2
+ # Remove null constraints on path group tables so that we can add group data using
3
+ # db:migrate:with_data on an empty database where there are no users - eg in CI.
4
+ within_renalware_schema do
5
+ change_column_null :pathology_code_groups, :created_by_id, true
6
+ change_column_null :pathology_code_groups, :updated_by_id, true
7
+ change_column_null :pathology_code_group_memberships, :created_by_id, true
8
+ change_column_null :pathology_code_group_memberships, :updated_by_id, true
9
+ end
10
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Renalware
4
- VERSION = "2.0.135"
4
+ VERSION = "2.0.136"
5
5
  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.135
4
+ version: 2.0.136
5
5
  platform: ruby
6
6
  authors:
7
7
  - Airslie
@@ -3811,6 +3811,7 @@ files:
3811
3811
  - db/migrate/20200127165951_create_pathology_versions.rb
3812
3812
  - db/migrate/20200127170711_add_created_by_to_pathology_code_groups.rb
3813
3813
  - db/migrate/20200129093835_create_system_dashboards.rb
3814
+ - db/migrate/20200205121805_remove_created_by_on_pathology_code_groups.rb
3814
3815
  - db/seeds.rb
3815
3816
  - db/seeds/default/accesses/access_pd_catheter_insertion_techniques.csv
3816
3817
  - db/seeds/default/accesses/access_pd_catheter_insertion_techniques.rb