1
0

feat(views)!: make updating a bucket work again

This commit is contained in:
kolaente
2024-03-15 13:12:56 +01:00
parent a13276e28e
commit f2a0d69670
4 changed files with 118 additions and 51 deletions

View File

@ -33,8 +33,9 @@ func (task20240315110428) TableName() string {
}
type taskBuckets20240315110428 struct {
BucketID int64 `xorm:"bigint not null index"`
TaskID int64 `xorm:"bigint not null index"`
BucketID int64 `xorm:"bigint not null index"`
TaskID int64 `xorm:"bigint not null index"`
ProjectViewID int64 `xorm:"bigint not null index"`
}
func (taskBuckets20240315110428) TableName() string {