Sha256: 14d844ee3f20a176d70265c1a062382352f41ffa2969b68ecbcfb949d44b02fb

Contents?: true

Size: 327 Bytes

Versions: 98

Compression:

Stored size: 327 Bytes

Contents

class AddColsToHDPatientStatistics < ActiveRecord::Migration[5.1]
  def change
    within_renalware_schema do
      add_column :hd_patient_statistics,
                :pathology_snapshot,
                :jsonb,
                index: { using: :gin },
                default: {},
                null: false
    end
  end
end

Version data entries

98 entries across 98 versions & 1 rubygems

Version Path
renalware-core-2.0.84 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.83 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.82 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.81 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.80 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.79 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.78 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.77 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.76 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.75 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.74 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.73 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.72 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.71 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.70 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.69 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.68 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb
renalware-core-2.0.67 db/migrate/20180419141524_add_cols_to_hd_patient_statistics.rb