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 19776bf commit 4c83691Copy full SHA for 4c83691
components/usage/pkg/db/project.go
@@ -29,7 +29,7 @@ type Project struct {
29
MarkedDeleted bool `gorm:"column:markedDeleted;type:tinyint;default:0;" json:"markedDeleted"`
30
31
// deleted is reserved for use by db-sync
32
- _ int32 `gorm:"column:deleted;type:tinyint;default:0;" json:"deleted"`
+ _ bool `gorm:"column:deleted;type:tinyint;default:0;" json:"deleted"`
33
}
34
35
// TableName sets the insert table name for this struct type
0 commit comments