Sha256: aa21029c3fde70608d3d7db860846b4981b6d0e18ba51e8105956c0ad51d80e1
Contents?: true
Size: 486 Bytes
Versions: 177
Compression:
Stored size: 486 Bytes
Contents
class AddRenalregRpvToPatients < ActiveRecord::Migration[5.0] def change add_column :patients, :send_to_renalreg, :boolean, default: false, null: false, index: true add_column :patients, :send_to_rpv, :boolean, default: false, null: false, index: true add_column :patients, :renalreg_decision_on, :date add_column :patients, :rpv_decision_on, :date add_column :patients, :renalreg_recorded_by, :string add_column :patients, :rpv_recorded_by, :string end end
Version data entries
177 entries across 177 versions & 1 rubygems