Skip to content
Snippets Groups Projects
Commit 4d5811aa authored by Bruno Burke's avatar Bruno Burke :hamburger:
Browse files

update created_at when overwriting postgres keyframes

parent d3a76953
No related branches found
No related tags found
No related merge requests found
Pipeline #134688 passed
......@@ -54,7 +54,7 @@ UPDATE :i:repository-table
SET data_type = CAST(:type::varchar AS :i:ds-type-fqn),
data_encoding = CAST(:encoding::varchar AS :i:ds-encoding-fqn),
reference = :reference,
created_at = CURRENT_TIMESTAMP(),
created_at = CURRENT_TIMESTAMP,
"data" = :data
WHERE document_id = :document-id AND version = :version;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment