Sha256: 1fb92e0e139c07ffe2e052368dd53f1b46f979d707da1fdaf7ef29805924a8cd

Contents?: true

Size: 297 Bytes

Versions: 86

Compression:

Stored size: 297 Bytes

Contents

class AddRepoTimestamps < ActiveRecord::Migration[6.0]
  def change
    add_column :katello_repositories, :last_contents_changed, :datetime, :default => Time.at(0).to_datetime
    add_column :katello_repositories, :last_applicability_regen, :datetime, :default => Time.at(0).to_datetime
  end
end

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
katello-4.1.3 db/migrate/20210512170039_add_repo_timestamps.rb
katello-4.2.0.rc1 db/migrate/20210512170039_add_repo_timestamps.rb
katello-4.1.2.1 db/migrate/20210512170039_add_repo_timestamps.rb
katello-4.1.2 db/migrate/20210512170039_add_repo_timestamps.rb
katello-4.1.1 db/migrate/20210512170039_add_repo_timestamps.rb
katello-4.1.0 db/migrate/20210512170039_add_repo_timestamps.rb