Private
Public Access
1
0

Update schema

This commit is contained in:
2025-09-20 10:29:53 -07:00
parent 2dfc355f7c
commit 02a6f587bb
6 changed files with 13 additions and 8 deletions

View File

@@ -148,6 +148,7 @@ const (
ServerScoresStatusCandidate ServerScoresStatus = "candidate"
ServerScoresStatusTesting ServerScoresStatus = "testing"
ServerScoresStatusActive ServerScoresStatus = "active"
ServerScoresStatusPaused ServerScoresStatus = "paused"
)
func (e *ServerScoresStatus) Scan(src interface{}) error {