summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index f34633a..c9d8190 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -33,7 +33,7 @@ ActiveRecord::Schema.define(version: 20140222053352) do
t.integer "well_type_id"
end
- create_table "locations", force: true do |t|
+ create_table "locations", id: :uuid, default: "uuid_generate_v4()", force: true do |t|
t.uuid "license_id"
t.float "latitude"
t.float "longitude"