Skip to content

Commit

Permalink
Modify updated_on date too
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed Apr 16, 2024
1 parent ac1c6db commit ce25ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/dags/maintenance/add_license_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def update_license_url(
update_query = dedent(
f"""
UPDATE image
SET meta_data = ({Json(license_url_dict)}::jsonb || meta_data)
SET meta_data = ({Json(license_url_dict)}::jsonb || meta_data), updated_on = now()
WHERE identifier IN (
SELECT identifier
FROM image
Expand Down

0 comments on commit ce25ee9

Please sign in to comment.