Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:berkmancenter/mediacloud
  • Loading branch information
hroberts committed Jul 15, 2018
2 parents 645ca97 + 815a891 commit adbd334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/db/copy_nonpartitioned_sentences_to_partitions.py
Expand Up @@ -26,7 +26,7 @@ def copy_nonpartitioned_sentences_to_partitions():

log.info("Max. stories ID: {}".format(max_stories_id))

for start_stories_id in range(758650000, max_stories_id + 1, stories_chunk_size):
for start_stories_id in range(769850000, max_stories_id + 1, stories_chunk_size):
end_stories_id = start_stories_id + stories_chunk_size - 1

log.info("Copying sentences of stories_id BETWEEN {} AND {} to the partitioned table...".format(
Expand Down

0 comments on commit adbd334

Please sign in to comment.