refactor: add build tag to s5 specific tables
This commit is contained in:
parent
bb167ea360
commit
754ab390f0
|
@ -1,10 +1,11 @@
|
|||
//go:build s5
|
||||
|
||||
package models
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
func init() {
|
||||
registerModel(&S5Challenge{})
|
||||
|
||||
}
|
||||
|
||||
type S5Challenge struct {
|
||||
|
|
Loading…
Reference in New Issue