From aeb665df554059103b9fb94c608e78a85631301a Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Sat, 22 May 2021 15:51:20 +0200 Subject: small fiddling to allow whalebird to work (a bit) --- internal/gtsmodel/instance.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/gtsmodel/instance.go') diff --git a/internal/gtsmodel/instance.go b/internal/gtsmodel/instance.go index 6860627e2..f6a6f4c2b 100644 --- a/internal/gtsmodel/instance.go +++ b/internal/gtsmodel/instance.go @@ -30,4 +30,6 @@ type Instance struct { ContactAccountID string // Reputation score of this instance Reputation int64 `pg:",notnull,default:0"` + // Version of the software used on this instance + Version string } -- cgit v1.2.3