Parameters
Name | Type | Mode |
---|---|---|
p_sync_id | uuid | IN |
p_status | text | IN |
p_server_to | text | IN |
Update the status of a history item in the lizsync.history table as the owner of the table. The SECURITY DEFINER allows the clone to update the protected table. DO NOT USE MANUALLY.
Name | Type | Mode |
---|---|---|
p_sync_id | uuid | IN |
p_status | text | IN |
p_server_to | text | IN |