small fiddling to allow whalebird to work (a bit)

This commit is contained in:
tsmethurst
2021-05-22 15:51:20 +02:00
parent 43c3a47773
commit aeb665df55
4 changed files with 10 additions and 4 deletions

View File

@ -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
}