Skip to content

Commit

Permalink
Fix migration error
Browse files Browse the repository at this point in the history
  • Loading branch information
sampritipanda committed Mar 23, 2015
1 parent a6b9e2e commit fb75623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions 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: 20150318132607) do
ActiveRecord::Schema.define(version: 20150308085307) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
Expand Down Expand Up @@ -229,8 +229,8 @@
t.text "bio"
t.boolean "receive_mailings", default: true
t.integer "karma_points", default: 0
t.integer "timezone_offset"
t.string "country_code"
t.integer "timezone_offset"
end

add_index "users", ["email"], name: "index_users_on_email", unique: true, using: :btree
Expand Down

0 comments on commit fb75623

Please sign in to comment.