Update deps

This commit is contained in:
Thomas Citharel
2018-08-24 12:31:41 +02:00
parent f62a15eb0c
commit eb0c0002be
7 changed files with 2274 additions and 3245 deletions

View File

@@ -13,7 +13,7 @@ defmodule Eventos.Addresses.Address do
field(:addressRegion, :string)
field(:description, :string)
field(:floor, :string)
field(:geom, Geo.Geometry)
field(:geom, Geo.PostGIS.Geometry)
field(:postalCode, :string)
field(:streetAddress, :string)
has_one(:event, Event)