summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-06-23 23:10:05 -0600
committermo khan <mo@mokhan.ca>2013-06-23 23:10:05 -0600
commitd50c5834cf7ae1cbb22423f2a214956c97bbeaea (patch)
treed03256695bebc37a689c1fc57df768c0f8adce33 /db/schema.rb
parenta2b743102f1aa00541cff0da596c584574faf9e8 (diff)
parente3835d71e4bb3a530b06e4f459ea9643adbe9f6c (diff)
merge with mendicantmain
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