Sha256: eb9e71b0aa9706837fcf425b5983e1554f915de28546b9fc8fa7414faa49205b

Contents?: true

Size: 262 Bytes

Versions: 29

Compression:

Stored size: 262 Bytes

Contents

class AddTimestampsToRepositoryJoinTables < ActiveRecord::Migration[4.2]
  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

29 entries across 29 versions & 1 rubygems

Version Path
katello-3.11.2 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.10.2 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.10.1.1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.10.1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.11.1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.11.0 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.11.0.rc2 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.11.0.rc1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.10.0 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.10.0.rc1.1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.9.1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.10.0.rc1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.9.0 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.8.1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.9.0.rc2 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.9.0.rc1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.7.1.1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.7.1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.8.0 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.8.0.rc3 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb