Sha256: 2b0876837335fef851238a4117a3d8351aa4135c899ac3ee50a87916eafd9095
Contents?: true
Size: 178 Bytes
Versions: 177
Compression:
Stored size: 178 Bytes
Contents
class AddHighRiskToPathologyRequestsRequests < ActiveRecord::Migration[4.2] def change add_column :pathology_requests_requests, :high_risk, :boolean, null: false end end
Version data entries
177 entries across 177 versions & 1 rubygems