aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dump_ungrobid_pdf_petabox.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dump_ungrobid_pdf_petabox.sql')
-rw-r--r--sql/dump_ungrobid_pdf_petabox.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dump_ungrobid_pdf_petabox.sql b/sql/dump_ungrobid_pdf_petabox.sql
index f758ec2..b7a1db2 100644
--- a/sql/dump_ungrobid_pdf_petabox.sql
+++ b/sql/dump_ungrobid_pdf_petabox.sql
@@ -11,7 +11,7 @@ COPY (
-- uncomment/comment this to control whether only fatcat files are included
AND EXISTS (SELECT fatcat_file.sha1hex FROM fatcat_file WHERE petabox.sha1hex = fatcat_file.sha1hex)
)
-TO '/grande/snapshots/dump_ungrobided_pdf_petabox.2020-08-04.json'
+TO '/srv/sandcrawler/tasks/dump_ungrobided_pdf_petabox.2020-08-04.json'
WITH NULL '';
ROLLBACK;