Sha256: ddfc4a4553d272392413026e34b5d02d8d2ee2e2b215d9a8dceddeb9175da253
Contents?: true
Size: 311 Bytes
Versions: 63
Compression:
Stored size: 311 Bytes
Contents
class AddPDRegimeColumnsForBLT < ActiveRecord::Migration[5.2] def change within_renalware_schema do add_column :pd_regimes, :exchanges_done_by, :string add_column :pd_regimes, :exchanges_done_by_if_other, :string add_column :pd_regimes, :exchanges_done_by_notes, :text end end end
Version data entries
63 entries across 63 versions & 1 rubygems