Remove unnecessary NOW in update_destination.sql

This commit is contained in:
Luis Eduardo Jeréz Girón
2024-07-20 18:41:45 -06:00
parent 8e5d873d40
commit e3b99eeda1
@@ -6,7 +6,6 @@ SET
access_key = @access_key,
secret_key = @secret_key,
region = @region,
endpoint = @endpoint,
updated_at = NOW()
endpoint = @endpoint
WHERE id = @id
RETURNING *;