Backend: Remove GlobalUID from Address entity
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
b81b8e62cd
commit
6d58b76394
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ type Addresses []Address
|
|||
type Address struct {
|
||||
ID int `gorm:"primary_key" json:"ID" yaml:"ID"`
|
||||
CellID string `gorm:"type:VARBINARY(42);index;default:'zz'" json:"CellID" yaml:"CellID"`
|
||||
GlobalUID string `gorm:"type:VARBINARY(42);index;" json:"GlobalUID" yaml:"GlobalUID,omitempty"`
|
||||
AddressLat float32 `gorm:"type:FLOAT;index;" json:"Lat" yaml:"Lat,omitempty"`
|
||||
AddressLng float32 `gorm:"type:FLOAT;index;" json:"Lng" yaml:"Lng,omitempty"`
|
||||
AddressLine1 string `gorm:"size:255;" json:"Line1" yaml:"Line1,omitempty"`
|
||||
|
|
Loading…
Reference in a new issue