Sha256: e3bc798b02b9e64c5edd31db1a6266a3909b0221f961ae576f310d1664fe80bb

Contents?: true

Size: 204 Bytes

Versions: 98

Compression:

Stored size: 204 Bytes

Contents

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

Version data entries

98 entries across 98 versions & 1 rubygems

Version Path
renalware-core-2.1.1 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.1.0 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.167 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.166 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.165 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.164 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.163 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.162 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.161 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.160 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.159 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.158 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.157 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.156 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.155 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.153 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.152 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.151 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.149 db/migrate/20181001162513_add_active_to_hospital_wards.rb
renalware-core-2.0.148 db/migrate/20181001162513_add_active_to_hospital_wards.rb