feat(ql3): add local run log retention

This commit is contained in:
whyour
2026-08-12 02:57:43 +08:00
parent 308aa75d89
commit 2bfa8ca279
50 changed files with 2752 additions and 85 deletions
@@ -442,5 +442,15 @@ export const localSqliteMigrationManifest: MigrationStreamManifest =
checksum:
'd7affd7b3d1f3719dabc7abc7d5e8a2880fc4dc455b5103585befe9b51f705f9',
}),
Object.freeze({
id: '0087-run-attempt-log-retention',
checksum:
'b13088c1926150ada6f010d7c694b3cf603ad44646991e77c713b882aba0e416',
}),
Object.freeze({
id: '0088-capability-v44',
checksum:
'c47a61b140b54d448c30ce7d5f7927c0d16fb897ab36dbe1d6010da2c39075a7',
}),
]),
});