Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Migrated
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Sep 11, 2015
1 parent 26e0531 commit 86fcbbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20150911020838) do
ActiveRecord::Schema.define(version: 20150911025204) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
Expand Down Expand Up @@ -54,4 +54,6 @@
t.integer "infractions_count", default: 0
end

add_index "users", ["username"], name: "index_users_on_username", using: :btree

end

0 comments on commit 86fcbbb

Please sign in to comment.