Sha256: 07b2f370ab25fa2c236e781547325ce257674c4e5fe811cf17799063164b563c

Contents?: true

Size: 117 Bytes

Versions: 3

Compression:

Stored size: 117 Bytes

Contents

class AddIndexToHttpLog < ActiveRecord::Migration[5.2]
  def change
    add_index :http_logs, :client_type
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
http_store-0.6.3 db/migrate/4_add_index_to_http_log.rb
http_store-0.6.2 db/migrate/4_add_index_to_http_log.rb
http_store-0.6.1 db/migrate/4_add_index_to_http_log.rb