Commit 326c79f4 authored by Pablo Carranza's avatar Pablo Carranza

Add new index to schema

parent d54ddff2
......@@ -514,6 +514,7 @@ ActiveRecord::Schema.define(version: 20160316124047) do
end
add_index "keys", ["created_at", "id"], name: "index_keys_on_created_at_and_id", using: :btree
add_index "keys", ["fingerprint"], name: "index_keys_on_fingerprint", unique: true, using: :btree
add_index "keys", ["user_id"], name: "index_keys_on_user_id", using: :btree
create_table "label_links", force: :cascade do |t|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment