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
|
package models
|
||||||
|
|
||||||
import "gorm.io/gorm"
|
import "gorm.io/gorm"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
registerModel(&S5Challenge{})
|
registerModel(&S5Challenge{})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type S5Challenge struct {
|
type S5Challenge struct {
|
||||||
|
|
Loading…
Reference in New Issue