Sha256: dc315660d35ddfc1fadc3ddfd2a14b9387f1cc2635e7c0c606fb0488acd71604

Contents?: true

Size: 226 Bytes

Versions: 10

Compression:

Stored size: 226 Bytes

Contents

class AddUKRDCHelperColumnToPatients < ActiveRecord::Migration[5.2]
  include MigrationHelper

  def change
    within_renalware_schema do
      add_column :patients, :checked_for_ukrdc_changes_at, :datetime
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
renalware-core-2.0.64 db/migrate/20181025170410_add_ukrdc_helper_column_to_patients.rb
renalware-core-2.0.63 db/migrate/20181025170410_add_ukrdc_helper_column_to_patients.rb
renalware-core-2.0.62 db/migrate/20181025170410_add_ukrdc_helper_column_to_patients.rb
renalware-core-2.0.61 db/migrate/20181025170410_add_ukrdc_helper_column_to_patients.rb
renalware-core-2.0.60 db/migrate/20181025170410_add_ukrdc_helper_column_to_patients.rb
renalware-core-2.0.58 db/migrate/20181025170410_add_ukrdc_helper_column_to_patients.rb
renalware-core-2.0.57 db/migrate/20181025170410_add_ukrdc_helper_column_to_patients.rb
renalware-core-2.0.56 db/migrate/20181025170410_add_ukrdc_helper_column_to_patients.rb
renalware-core-2.0.55 db/migrate/20181025170410_add_ukrdc_helper_column_to_patients.rb
renalware-core-2.0.54 db/migrate/20181025170410_add_ukrdc_helper_column_to_patients.rb