V104 úklid stale pending + TUV design: stavový automat, spirála dump-load, legionella
Some checks failed
CI and deploy / migration-check (push) Successful in 15s
CI and deploy / deploy (push) Failing after 24s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dusan Vojacek
2026-06-13 00:31:24 +02:00
parent 710283f784
commit b168618332
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- Jednorázový úklid: pending příkazy z doby před opravou execute invariantu
-- (b087825 — „nikdy pending") nemá kdo dokončit.
update ems.modbus_command
set status = 'failed',
error_msg = 'stale pending (pre-fix b087825)'
where status = 'pending'
and created_at < timestamptz '2026-06-12T23:00:00Z';