Sha256: 8c3bc2e6983ab3a8ce3f347784c373ba2550008e43dcf0f7d77e6d3d77e34638

Contents?: true

Size: 536 Bytes

Versions: 55

Compression:

Stored size: 536 Bytes

Contents

class RemoveTxOperationConstraints < ActiveRecord::Migration[5.1]
  def change
    change_column_null :transplant_recipient_operations, :theatre_case_start_time, true
    change_column_null :transplant_recipient_operations, :donor_kidney_removed_from_ice_at, true
    change_column_null :transplant_recipient_operations, :kidney_perfused_with_blood_at, true
    change_column_null :transplant_recipient_operations, :warm_ischaemic_time, true
    change_column_null :transplant_recipient_operations, :cold_ischaemic_time, true
  end
end

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
renalware-core-2.0.64 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.63 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.62 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.61 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.60 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.58 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.57 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.56 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.55 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.54 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.53 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.52 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.51 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.50 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.48 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.47 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.46 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.45 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.44 db/migrate/20180313124819_remove_tx_operation_constraints.rb
renalware-core-2.0.43 db/migrate/20180313124819_remove_tx_operation_constraints.rb