Sha256: 87d0ed46ccd65dfb3921a242b6cc50218ebe96cf704e91168a59bc300c2fc5b7

Contents?: true

Size: 512 Bytes

Versions: 195

Compression:

Stored size: 512 Bytes

Contents

class RemoveSearchHistories < ActiveRecord::Migration[4.2]
  def up
    drop_table :katello_search_histories
  end

  def down
    create_table "katello_search_histories", :force => true do |t|
      t.string   "params", :limit => 255
      t.string   "path", :limit => 255
      t.integer  "user_id"
      t.datetime "created_at", :null => false
      t.datetime "updated_at", :null => false
    end

    add_index "katello_search_histories", ["user_id"], :name => "index_search_histories_on_user_id"
  end
end

Version data entries

195 entries across 195 versions & 1 rubygems

Version Path
katello-4.14.2 db/migrate/20150602153754_remove_search_histories.rb
katello-4.15.0 db/migrate/20150602153754_remove_search_histories.rb
katello-4.15.0.rc2 db/migrate/20150602153754_remove_search_histories.rb
katello-4.15.0.rc1 db/migrate/20150602153754_remove_search_histories.rb
katello-4.14.1 db/migrate/20150602153754_remove_search_histories.rb
katello-4.14.0 db/migrate/20150602153754_remove_search_histories.rb
katello-4.14.0.rc3 db/migrate/20150602153754_remove_search_histories.rb
katello-4.14.0.rc2 db/migrate/20150602153754_remove_search_histories.rb
katello-4.14.0.rc1.1 db/migrate/20150602153754_remove_search_histories.rb
katello-4.14.0.rc1 db/migrate/20150602153754_remove_search_histories.rb
katello-4.13.1 db/migrate/20150602153754_remove_search_histories.rb
katello-4.13.0 db/migrate/20150602153754_remove_search_histories.rb
katello-4.12.1 db/migrate/20150602153754_remove_search_histories.rb
katello-4.13.0.rc1 db/migrate/20150602153754_remove_search_histories.rb
katello-4.12.0 db/migrate/20150602153754_remove_search_histories.rb
katello-4.12.0.rc3 db/migrate/20150602153754_remove_search_histories.rb
katello-4.12.0.rc2 db/migrate/20150602153754_remove_search_histories.rb
katello-4.12.0.rc1 db/migrate/20150602153754_remove_search_histories.rb
katello-4.11.1 db/migrate/20150602153754_remove_search_histories.rb
katello-4.11.0 db/migrate/20150602153754_remove_search_histories.rb