refactor: add build tag to s5 specific tables

This commit is contained in:
Derrick Hammer 2024-02-28 21:22:42 -05:00
parent bb167ea360
commit 754ab390f0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
//go:build s5
package models
import "gorm.io/gorm"
func init() {
registerModel(&S5Challenge{})
}
type S5Challenge struct {