fix: improve SQL queries for tenant desktop task cancellation and add deleted_at field to PublishRecord
Backend CI / Backend (push) Successful in 16m12s
Backend CI / Backend (push) Successful in 16m12s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user