(ctx context.Context, arg DeleteOldConnectionLogsParams)
| 188 | // Parent/root references on child chats are SET NULL. |
| 189 | DeleteOldChats(ctx context.Context, arg DeleteOldChatsParams) (int64, error) |
| 190 | DeleteOldConnectionLogs(ctx context.Context, arg DeleteOldConnectionLogsParams) (int64, error) |
| 191 | // Delete all notification messages which have not been updated for over a week. |
| 192 | DeleteOldNotificationMessages(ctx context.Context) error |
| 193 | // Delete provisioner daemons that have been created at least a week ago |
no outgoing calls