Change API point radius default to 25, not 50

pull/336/head
Rick Carlino 2017-06-29 11:06:53 -05:00
parent a7f4c214e8
commit 87e79310a7
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ module Plants
string :name, default: "Unknown Plant"
string :openfarm_slug, default: "not-set"
time :created_at
float :radius, default: 50
float :radius, default: 25
float :z, default: 0
end

View File

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170614212232) do
ActiveRecord::Schema.define(version: 20170629160248) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"