fix(device-plane): correct gateway receipt immutable trigger

This commit is contained in:
Codex
2026-08-12 00:20:33 +03:00
parent 1e01161a83
commit 3a13f0effc
2 changed files with 3 additions and 1 deletions
@@ -61,6 +61,6 @@ create trigger device_gateway_message_receipts_immutable_guard
before update or delete or truncate
on device_gateway_message_receipts
for each statement
execute function reject_device_immutable_record_mutation();
execute function device_reject_immutable_mutation();
commit;