Added city radius provider option

This commit is contained in:
Godwin
2017-01-10 19:37:00 -08:00
parent 1ad3feb101
commit 39b5d4b901
8 changed files with 59 additions and 6 deletions
+2 -1
View File
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170110061048) do
ActiveRecord::Schema.define(version: 20170111013903) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -180,6 +180,7 @@ ActiveRecord::Schema.define(version: 20170110061048) do
t.integer "city_id"
t.boolean "is_public"
t.boolean "is_featured"
t.json "provider_conditions"
end
create_table "delayed_jobs", force: :cascade do |t|