V104 úklid stale pending + TUV design: stavový automat, spirála dump-load, legionella
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
8
db/migration/V104__journal_stale_pending_cleanup.sql
Normal file
8
db/migration/V104__journal_stale_pending_cleanup.sql
Normal 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';
|
||||
Reference in New Issue
Block a user