We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283ff1a commit de11b22Copy full SHA for de11b22
pkg/entities/analysis/analysis.go
@@ -40,7 +40,7 @@ type Analysis struct {
40
// simplifying our warning management. After start an analysis we cannot print any message or the loading will
41
// break, the idea are that we add all necessary warnings into this field and avoid these messages during the
42
// loading phase.
43
- Warnings []string `json:"-"`
+ Warnings []string `json:"-" gorm:"-"`
44
}
45
46
func (a *Analysis) GetTable() string {
0 commit comments