summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 0fa3137..d95f634 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -104,6 +104,9 @@ ActiveRecord::Schema.define(:version => 20130624045542) do
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.string "name"
+ t.string "postal_code"
+ t.float "latitude"
+ t.float "longitude"
end
add_index "users", ["email"], :name => "index_users_on_email", :unique => true