(ctx context.Context, id int64)
| 1120 | // The CTE and the reorder is required because UPDATE doesn't guarantee order. |
| 1121 | SelectUsageEventsForPublishing(ctx context.Context, now time.Time) ([]UsageEvent, error) |
| 1122 | SoftDeleteChatMessageByID(ctx context.Context, id int64) error |
| 1123 | SoftDeleteChatMessagesAfterID(ctx context.Context, arg SoftDeleteChatMessagesAfterIDParams) error |
| 1124 | SoftDeleteContextFileMessages(ctx context.Context, chatID uuid.UUID) error |
| 1125 | // Marks agents from all prior builds of this workspace as deleted, |
no outgoing calls