Skip to content

Commit 4c83691

Browse files
easyCZjankeromnes
authored andcommitted
Update components/usage/pkg/db/project.go
Co-authored-by: Jan Keromnes <jan.keromnes@typefox.io>
1 parent 19776bf commit 4c83691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/usage/pkg/db/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type Project struct {
2929
MarkedDeleted bool `gorm:"column:markedDeleted;type:tinyint;default:0;" json:"markedDeleted"`
3030

3131
// deleted is reserved for use by db-sync
32-
_ int32 `gorm:"column:deleted;type:tinyint;default:0;" json:"deleted"`
32+
_ bool `gorm:"column:deleted;type:tinyint;default:0;" json:"deleted"`
3333
}
3434

3535
// TableName sets the insert table name for this struct type

0 commit comments

Comments
 (0)