Sha256: a72f303c05364ee3aba39985f0a0812a9b241a71de9435c75f65e5f9a215a0ce

Contents?: true

Size: 679 Bytes

Versions: 196

Compression:

Stored size: 679 Bytes

Contents

class DropRepoRpmsTimestampNotNull < ActiveRecord::Migration[5.1]
  def change
    tables = [:katello_repository_docker_manifest_lists,
              :katello_repository_docker_manifests,
              :katello_repository_errata,
              :katello_repository_files,
              :katello_repository_ostree_branches,
              :katello_repository_package_groups,
              :katello_repository_puppet_modules,
              :katello_repository_rpms,
              :katello_repository_srpms]

    tables.each do |table|
      change_column table, :created_at, :datetime, :null => true
      change_column table, :updated_at, :datetime, :null => true
    end
  end
end

Version data entries

196 entries across 196 versions & 1 rubygems

Version Path
katello-4.16.0 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.15.1 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.16.0.rc2 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.16.0.rc1 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.14.3 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.14.2 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.15.0 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.15.0.rc2 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.15.0.rc1 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.14.1 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.14.0 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.14.0.rc3 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.14.0.rc2 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.14.0.rc1.1 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.14.0.rc1 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.13.1 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.13.0 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.12.1 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.13.0.rc1 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb
katello-4.12.0 db/migrate/20180521200848_drop_repo_rpms_timestamp_not_null.rb