Donald Thompson
f390327c88
fix(cleanup): prune mcp_tool_audit/a2a_task_events by created_at column ( #9963 )
...
Both tables (002_mcp_a2a_tables.sql) store their row timestamp in
created_at; the cleanup queries used WHERE timestamp < ? which does not
exist, so every boot-time cleanup logged:
Error cleaning mcp_tool_audit: SqliteError: no such column: timestamp
Error cleaning a2a_task_events: SqliteError: no such column: timestamp
and retention pruning for these two tables never ran. Fix the DELETE
columns and align the log labels/doc comments with the real table names.
Adds source-level invariant tests (cleanup-column-fix.test.mjs) asserting
the created_at column for both tables.
2026-08-10 00:28:02 -03:00
..
2026-05-04 10:52:28 -03:00
2026-08-09 09:51:30 -03:00
2026-07-27 22:37:58 -03:00
2026-07-18 21:18:18 -03:00
2026-08-09 15:16:55 -03:00
2026-08-09 15:21:37 -03:00
2026-08-08 07:15:28 -03:00
2026-08-09 09:54:07 -03:00
2026-08-07 18:08:04 -03:00
2026-08-06 19:11:57 -03:00
2026-07-18 21:19:23 -03:00
2026-07-23 11:15:18 -03:00
2026-05-27 19:24:19 -03:00
2026-06-19 06:49:01 -03:00
2026-06-20 14:55:24 -03:00
2026-08-06 05:58:58 -03:00
2026-06-20 14:55:24 -03:00
2026-07-04 13:00:30 -03:00
2026-07-13 09:12:40 -03:00
2026-06-03 07:04:52 -03:00
2026-05-24 18:05:58 -03:00
2026-08-06 06:05:39 -03:00
2026-06-20 07:09:43 -03:00
2026-07-20 10:09:01 -03:00
2026-07-18 22:09:47 -03:00
2026-07-02 10:47:13 -03:00
2026-06-11 18:52:29 -03:00
2026-07-18 15:12:52 -03:00
2026-07-26 17:19:19 -03:00
2026-07-26 17:19:19 -03:00
2026-08-06 11:07:28 -03:00
2026-08-10 00:28:02 -03:00
2026-03-04 19:35:38 -03:00
2026-05-26 23:51:47 -03:00
2026-08-09 09:54:07 -03:00
2026-06-29 16:51:03 -03:00
2026-08-09 10:07:30 -03:00
2026-06-29 08:40:06 -03:00
2026-04-29 12:47:44 +07:00
2026-07-22 07:03:02 -03:00
2026-07-14 21:45:17 -03:00
2026-07-24 20:37:37 -03:00
2026-06-23 17:06:18 -03:00
2026-08-07 20:53:21 -03:00
2026-08-07 11:13:20 -03:00
2026-08-06 22:55:10 -03:00
2026-04-16 12:53:37 -03:00
2026-07-23 08:46:22 -03:00
2026-08-05 22:39:45 -03:00
2026-06-01 15:43:55 -03:00
2026-07-04 13:00:30 -03:00
2026-05-10 20:48:03 -03:00
2026-07-06 02:25:17 -03:00
2026-05-26 23:51:47 -03:00
2026-05-23 01:46:59 -03:00
2026-05-26 23:51:47 -03:00
2026-07-13 09:12:40 -03:00
2026-08-02 20:35:58 -03:00
2026-06-11 18:52:29 -03:00
2026-05-23 01:46:59 -03:00
2026-06-20 14:55:24 -03:00
2026-05-28 21:43:24 -03:00
2026-07-19 14:37:30 -03:00
2026-08-09 09:54:47 -03:00
2026-07-24 11:44:00 -03:00
2026-07-26 12:29:13 -03:00
2026-05-27 23:16:05 -03:00
2026-05-24 18:05:58 -03:00
2026-08-09 15:16:55 -03:00
2026-08-05 22:41:38 -03:00
2026-08-06 19:11:57 -03:00
2026-08-05 22:41:38 -03:00
2026-06-12 23:49:22 -03:00
2026-08-09 09:50:27 -03:00
2026-05-30 19:11:58 -04:00
2026-06-11 18:52:29 -03:00
2026-08-05 21:42:02 -03:00
2026-05-01 08:41:19 -03:00
2026-06-25 13:17:40 -03:00
2026-07-13 09:12:40 -03:00
2026-07-20 10:07:49 -03:00
2026-06-01 15:43:55 -03:00
2026-06-01 15:43:55 -03:00
2026-08-06 22:55:10 -03:00
2026-03-17 04:24:46 -03:00
2026-08-04 18:07:02 -03:00
2026-06-22 03:17:02 -03:00
2026-05-27 19:14:32 -03:00
2026-08-09 10:07:10 -03:00
2026-06-04 20:05:38 -03:00
2026-07-21 13:16:41 -03:00
2026-07-13 09:12:40 -03:00
2026-06-11 18:52:29 -03:00
2026-07-21 13:16:41 -03:00
2026-05-31 17:57:02 -03:00
2026-06-25 16:39:55 -03:00
2026-06-25 13:17:40 -03:00
2026-08-08 19:32:39 -03:00
2026-07-02 10:47:13 -03:00
2026-07-24 20:36:37 -03:00
2026-08-08 08:10:20 -03:00
2026-08-05 22:41:38 -03:00
2026-08-07 20:54:23 -03:00
2026-07-18 22:09:47 -03:00
2026-05-14 23:41:02 -03:00
2026-08-06 05:58:58 -03:00
2026-07-13 09:12:40 -03:00
2026-07-13 09:12:40 -03:00
2026-08-04 14:34:17 -03:00
2026-03-23 18:23:08 -03:00
2026-06-11 18:52:29 -03:00
2026-05-26 23:51:47 -03:00
2026-07-06 02:25:17 -03:00
2026-08-07 20:53:21 -03:00
2026-06-11 18:52:29 -03:00
2026-03-04 18:59:27 -03:00
2026-07-18 21:18:26 -03:00
2026-04-16 05:26:17 -03:00
2026-06-23 17:06:18 -03:00
2026-05-29 12:44:29 -03:00
2026-08-06 06:05:46 -03:00
2026-07-23 11:15:18 -03:00
2026-06-11 18:52:29 -03:00
2026-06-06 02:38:35 -03:00
2026-06-23 17:06:18 -03:00
2026-08-06 06:05:46 -03:00
2026-06-30 06:54:29 -03:00
2026-07-20 10:07:49 -03:00
2026-06-27 09:07:12 -03:00