Sha256: d979b7b23b97f3e3ac9b47ffbedd9ac59d5b4201baf006f0a3d76670b0814889

Contents?: true

Size: 563 Bytes

Versions: 177

Compression:

Stored size: 563 Bytes

Contents

class AddColumnsToHDPatientStatistics < ActiveRecord::Migration[4.2]
  def change
    add_column :hd_patient_statistics, :number_of_missed_sessions, :integer
    add_column :hd_patient_statistics, :dialysis_minutes_shortfall, :integer
    add_column :hd_patient_statistics, :dialysis_minutes_shortfall_percentage, :decimal, precision: 10, scale: 2
    add_column :hd_patient_statistics, :mean_ufr, :decimal, precision: 10, scale: 2
    add_column :hd_patient_statistics, :mean_weight_loss_as_percentage_of_body_weight, :decimal, precision: 10, scale: 2
  end
end

Version data entries

177 entries across 177 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc9 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.rc8 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.rc7 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.rc6 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.rc5 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.rc4 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.rc3 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.rc1 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.beta12 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.beta11 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.beta10 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.beta9 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.beta8 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.beta7 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.beta6 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.beta5 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb
renalware-core-2.0.0.pre.beta4 db/migrate/20161111154939_add_columns_to_hd_patient_statistics.rb