Skip to content

Commit

Permalink
Merge branch 'clenanup-clear-action' of github.com:ckan/ckanext-harve…
Browse files Browse the repository at this point in the history
…st into clenanup-clear-action
  • Loading branch information
amercader committed Oct 31, 2024
2 parents 3f65713 + 58e7eb0 commit 28fe80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/harvest/logic/action/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def harvest_source_clear(context, data_dict):

sql += """
DELETE FROM package_tag_revision WHERE package_id IN (
SELECT id FROM package_ids_to_delete');
SELECT id FROM package_ids_to_delete);
DELETE FROM member_revision WHERE table_id IN (
SELECT id FROM package_ids_to_delete);
DELETE FROM package_extra_revision WHERE package_id IN (
Expand Down

0 comments on commit 28fe80d

Please sign in to comment.