mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-05-20 20:09:07 -05:00
Remove unnecessary NOW in update_destination.sql
This commit is contained in:
@@ -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 *;
|
||||
|
||||
Reference in New Issue
Block a user