Sha256: 11a90a6ac12cb8ba289563766f3be7761ffec53f5e78bd5f37dbfaa3d4320313
Contents?: true
Size: 210 Bytes
Versions: 176
Compression:
Stored size: 210 Bytes
Contents
class AddStationsToHospitalUnits < ActiveRecord::Migration[5.1] def change add_column :hospital_units, :number_of_hd_stations, :integer, index: true end end
Version data entries
176 entries across 176 versions & 1 rubygems