fix(device-plane): correct gateway receipt immutable trigger
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user