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.8.0.rc2 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.7.0 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.8.0.rc1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.7.0.rc2 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.7.0.rc1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.6.0 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.6.0.1.rc2 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.6.0.rc2 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
katello-3.6.0.rc1 db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb