fix: improve SQL queries for tenant desktop task cancellation and add deleted_at field to PublishRecord
Backend CI / Backend (push) Successful in 16m12s

This commit is contained in:
2026-06-19 16:00:09 +08:00
parent 6e0519a232
commit 8a1623b9c6
3 changed files with 26 additions and 19 deletions
@@ -874,6 +874,7 @@ type PublishRecord struct {
UpdatedAt pgtype.Timestamptz `json:"updated_at"`
TargetType string `json:"target_type"`
TargetConnectionID pgtype.Int8 `json:"target_connection_id"`
DeletedAt pgtype.Timestamptz `json:"deleted_at"`
}
type QuotaReservation struct {