diff options
Diffstat (limited to 'sql/dump_ungrobid_pdf.sql')
-rw-r--r-- | sql/dump_ungrobid_pdf.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dump_ungrobid_pdf.sql b/sql/dump_ungrobid_pdf.sql index e65edd5..81caf18 100644 --- a/sql/dump_ungrobid_pdf.sql +++ b/sql/dump_ungrobid_pdf.sql @@ -12,7 +12,7 @@ COPY ( -- uncomment/comment this to control whether only fatcat files are included --AND EXISTS (SELECT fatcat_file.sha1hex FROM fatcat_file WHERE cdx.sha1hex = fatcat_file.sha1hex) ) -TO '/grande/snapshots/dump_ungrobided_pdf.fatcat.2020-08-04.json' +TO '/srv/sandcrawler/tasks/dump_ungrobided_pdf.fatcat.2020-08-04.json' WITH NULL ''; ROLLBACK; |