Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
Don't change db/schema for sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Sep 21, 2015
1 parent 3c4eff8 commit caebd50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/schema.rb
Expand Up @@ -221,7 +221,7 @@
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 comments on commit caebd50

Please sign in to comment.