Sha256: f76c4ce463e80d844c50ec4620df813f162b66dfa688f874dbee468414b9d4a5
Contents?: true
Size: 255 Bytes
Versions: 67
Compression:
Stored size: 255 Bytes
Contents
class AddOutcomeColumnsToClinicAppointments < ActiveRecord::Migration[5.2] def change within_renalware_schema do add_column :clinic_appointments, :outcome_notes, :text add_column :clinic_appointments, :dna_notes, :text end end end
Version data entries
67 entries across 67 versions & 1 rubygems