Fix bug in the test creation workflow

This commit is contained in:
Arturo Filastò 2018-09-07 14:06:08 +02:00
commit dabbdc15d2
3 changed files with 17 additions and 1 deletions

View file

@ -15,6 +15,7 @@ import (
type Network struct {
ID int64 `db:"id"`
NetworkName string `db:"network_name"`
NetworkType string `db:"network_type"`
IP string `db:"ip"`
ASN uint `db:"asn"`
CountryCode string `db:"country_code"`