Sha256: 2f89086ffa318ddb7a0fa88dae1407e0fae440ad17150803b18a782bb66560bc

Contents?: true

Size: 163 Bytes

Versions: 16

Compression:

Stored size: 163 Bytes

Contents

class AddActiveToHospitalWards < ActiveRecord::Migration[5.1]
  def change
    add_column :hospital_wards, :active, :boolean, default: true, null: false
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
renalware-core-2.0.64 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.63 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.62 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.61 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.60 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.58 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.57 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.56 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.55 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.54 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.53 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.52 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.51 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.50 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.48 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.47 db/migrate/20181001162513_add_active_to_hospital_wards.rb