small fiddling to allow whalebird to work (a bit)
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user