From 0a3f0f9ffc6d2d5a309db454b567295703e60d01 Mon Sep 17 00:00:00 2001 From: sadayuki-matsuno Date: Mon, 7 Aug 2017 11:43:53 +0900 Subject: [PATCH] add serveruuid field (#458) --- models/scanresults.go | 1 + 1 file changed, 1 insertion(+) diff --git a/models/scanresults.go b/models/scanresults.go index 6ca22bcc..5c3076a0 100644 --- a/models/scanresults.go +++ b/models/scanresults.go @@ -31,6 +31,7 @@ type ScanResult struct { ScannedAt time.Time JSONVersion int Lang string + ServerUUID string ServerName string // TOML Section key Family string Release string