Sha256: 4230e49b9e1d85e068fa7fc2368847902942309525155fcdaf69b8fd1e2c3325
Contents?: true
Size: 297 Bytes
Versions: 54
Compression:
Stored size: 297 Bytes
Contents
class AllowNullPatientInUKRDCTransmissionLogs < ActiveRecord::Migration[5.2] def change within_renalware_schema do change_column_null :ukrdc_transmission_logs, :patient_id, true add_column :ukrdc_transmission_logs, :direction, :integer, null: false, default: 0 end end end
Version data entries
54 entries across 54 versions & 1 rubygems