Sha256: f394c82893ce07221e0cb971d0300e8197614439daae14f08c332acef2e06335
Contents?: true
Size: 236 Bytes
Versions: 98
Compression:
Stored size: 236 Bytes
Contents
class RemoveUnusedPatientsCols < ActiveRecord::Migration[5.1] def change within_renalware_schema do remove_column :patients, :pct_org_code, :string remove_column :patients, :gp_practice_code, :string end end end
Version data entries
98 entries across 98 versions & 1 rubygems