summaryrefslogtreecommitdiff
path: root/bucky2/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bucky2/bin')
-rw-r--r--bucky2/bin/fix-files2
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky2/bin/fix-files b/bucky2/bin/fix-files
index 080ef78..150d6fa 100644
--- a/bucky2/bin/fix-files
+++ b/bucky2/bin/fix-files
@@ -4,7 +4,7 @@ use lib "../lib";
use Bucky;
my $bucky = new Bucky;
-my $file_list = $bucky->db->select("file", {'thread = 2833 AND id > 16186'});
+my $file_list = $bucky->db->select("file", {'thread = 2833'});
my $file_map = {};
foreach my $f (@$file_list) {
$file_map->{ $f->{'filename'} } = $f->{'id'};