Sha256: 6a518d260f24428c0750d26b1f4cde4daf96212601a54b61a4f590bd86c79eb8
Contents?: true
Size: 287 Bytes
Versions: 98
Compression:
Stored size: 287 Bytes
Contents
class AddCancelledToPathologyObservations < ActiveRecord::Migration[5.1] def change within_renalware_schema do add_column :pathology_observations, :cancelled, :boolean, null: true, index: true end end end
Version data entries
98 entries across 98 versions & 1 rubygems