DEV: correct regression and correct tests

etag change in 31976ecf was incorrect, revert it

Also correct regression in test suite.
This commit is contained in:
Sam Saffron
2020-07-06 10:56:19 +10:00
parent 199a53e936
commit 38a30a6e96
4 changed files with 14 additions and 8 deletions

View File

@ -59,7 +59,6 @@ class S3Inventory
SET etag = #{table_name}.etag
FROM #{table_name}
WHERE #{model.table_name}.etag IS NULL AND
#{model.table_name}.etag <> #{table_name}.etag AND
#{model.table_name}.url = #{table_name}.url")
list_missing_post_uploads if type == "original"