Hello,
On every updrage I’ve done to Gtea, after finishing, there are some repeating warnings rlated to database (I must emphasize, these are only warnings):
2023/11/15 09:11:22 cmd/web.go:175:serveInstalled() [W] Table system_setting Column version db default is , struct default is 1
/source/cmd/web.go:175 (0x2835dc4)
/source/cmd/web.go:243 (0x28362fa)
/source/main.go:194 (0x2875ee2)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/app.go:524 (0x14a6aaf)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/app.go:410 (0x14a541c)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/command.go:380 (0x14a98be)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/command.go:103 (0x14a7ac4)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/app.go:277 (0x14a45a6)
/source/cmd/main.go:14 (0x282d826)
/source/main.go:155 (0x28758de)
/usr/local/go/src/runtime/proc.go:250 (0x43f916)
/usr/local/go/src/runtime/asm_amd64.s:1598 (0x472180)2023/11/15 09:11:22 cmd/web.go:175:serveInstalled() [W] Table project Column card_type db default is 0, struct default is
/source/cmd/web.go:175 (0x2835dc4)
/source/cmd/web.go:243 (0x28362fa)
/source/main.go:194 (0x2875ee2)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/app.go:524 (0x14a6aaf)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/app.go:410 (0x14a541c)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/command.go:380 (0x14a98be)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/command.go:103 (0x14a7ac4)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/app.go:277 (0x14a45a6)
/source/cmd/main.go:14 (0x282d826)
/source/main.go:155 (0x28758de)
/usr/local/go/src/runtime/proc.go:250 (0x43f916)
/usr/local/go/src/runtime/asm_amd64.s:1598 (0x472180)2023/11/15 09:11:22 cmd/web.go:175:serveInstalled() [W] Table project Column card_type db nullable is false, struct nullable is true
/source/cmd/web.go:175 (0x2835dc4)
/source/cmd/web.go:243 (0x28362fa)
/source/main.go:194 (0x2875ee2)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/app.go:524 (0x14a6aaf)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/app.go:410 (0x14a541c)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/command.go:380 (0x14a98be)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/command.go:103 (0x14a7ac4)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/app.go:277 (0x14a45a6)
/source/cmd/main.go:14 (0x282d826)
/source/main.go:155 (0x28758de)
/usr/local/go/src/runtime/proc.go:250 (0x43f916)
/usr/local/go/src/runtime/asm_amd64.s:1598 (0x472180)2023/11/15 09:11:22 cmd/web.go:175:serveInstalled() [W] Table hook_task has column repo_id but struct has not related field
/source/cmd/web.go:175 (0x2835dc4)
/source/cmd/web.go:243 (0x28362fa)
/source/main.go:194 (0x2875ee2)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/app.go:524 (0x14a6aaf)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/app.go:410 (0x14a541c)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/command.go:380 (0x14a98be)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/command.go:103 (0x14a7ac4)
/go/pkg/mod/github.com/urfave/cli@v1.22.13/app.go:277 (0x14a45a6)
/source/cmd/main.go:14 (0x282d826)
/source/main.go:155 (0x28758de)
/usr/local/go/src/runtime/proc.go:250 (0x43f916)
/usr/local/go/src/runtime/asm_amd64.s:1598 (0x472180)
Is it fixable?