Added city radius provider option
This commit is contained in:
+2
-1
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user