Database warnings in log

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?

Update:
Some of the warnings disappeared after running gitea doctor check --all --fix

Currently, only this one stayed:

2023/11/15 10:29:23 cmd/web.go:194:serveInstalled() [W] Table system_setting Column version db default is , struct default is 1
/source/cmd/web.go:194 (0x289ed98)
/source/cmd/web.go:262 (0x289f288)
/source/cmd/main.go:117 (0x2895eeb)
/go/pkg/mod/github.com/urfave/cli/v2@v2.25.7/command.go:274 (0x1487c77)
/go/pkg/mod/github.com/urfave/cli/v2@v2.25.7/command.go:267 (0x1487ec4)
/go/pkg/mod/github.com/urfave/cli/v2@v2.25.7/app.go:332 (0x14845f6)
/go/pkg/mod/github.com/urfave/cli/v2@v2.25.7/app.go:309 (0x2896af8)
/source/cmd/main.go:176 (0x2896adc)
/source/main.go:46 (0x28dc9f8)
/usr/local/go/src/runtime/proc.go:267 (0x441851)
/usr/local/go/src/runtime/asm_amd64.s:1650 (0x473d60)