Sha256: 5ea5ce08ea3d5d6aeb998dd3ed86090d8b05e9a7729d60e968fd1ee9ba84d78b
Contents?: true
Size: 412 Bytes
Versions: 98
Compression:
Stored size: 412 Bytes
Contents
class AddRrColumnsToTransplantRegistrationStatusDescriptions < ActiveRecord::Migration[5.1] def change within_renalware_schema do add_column :transplant_registration_status_descriptions, :rr_code, :integer, index: true add_column :transplant_registration_status_descriptions, :rr_comment, :text end end end
Version data entries
98 entries across 98 versions & 1 rubygems