Skip to content
Snippets Groups Projects
Commit caebd502 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Don't change db/schema for sessions

parent 3c4eff8c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -221,7 +221,7 @@ ActiveRecord::Schema.define(version: 20150921081619) do
t.datetime "updated_at"
end
 
add_index "sessions", ["session_id"], name: "index_ci_sessions_on_session_id", using: :btree
add_index "sessions", ["updated_at"], name: "index_ci_sessions_on_updated_at", using: :btree
add_index "sessions", ["session_id"], name: "index_sessions_on_session_id", using: :btree
add_index "sessions", ["updated_at"], name: "index_sessions_on_updated_at", using: :btree
 
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment