Sha256: 89b75ec1363270cc9996ded583dddbef572504b73a4c029b6f92564398ea9bad

Contents?: true

Size: 257 Bytes

Versions: 54

Compression:

Stored size: 257 Bytes

Contents

class AddTimestampsToRepositoryJoinTables < ActiveRecord::Migration
  def change
    change_table(:katello_repository_errata) do |t|
      t.timestamps
    end

    change_table(:katello_repository_docker_images) do |t|
      t.timestamps
    end
  end
end

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
katello-2.4.3 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.0.0.rc7 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.0.0.rc5 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-2.4.2 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.0.0.rc4 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.0.0.rc3 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.0.0.rc2 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.0.0.rc1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-2.4.1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-2.4.0 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-2.4.0.rc3 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-2.4.0.rc2 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-2.4.0.rc1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-2.2.2 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb