diff options
author | 2021-05-22 15:51:20 +0200 | |
---|---|---|
committer | 2021-05-22 15:51:20 +0200 | |
commit | aeb665df554059103b9fb94c608e78a85631301a (patch) | |
tree | 5225011093082666afc4bd52beea61f953db18d9 /internal/gtsmodel/instance.go | |
parent | Admin cli (#29) (diff) | |
download | gotosocial-aeb665df554059103b9fb94c608e78a85631301a.tar.xz |
small fiddling to allow whalebird to work (a bit)
Diffstat (limited to 'internal/gtsmodel/instance.go')
-rw-r--r-- | internal/gtsmodel/instance.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |