diff options
| author | Jules Laplace <carbon@melanarchy.org> | 2013-12-23 18:47:59 -0600 |
|---|---|---|
| committer | Jules Laplace <carbon@melanarchy.org> | 2013-12-23 18:47:59 -0600 |
| commit | 13beba8606c26160c9f325299f7b06b4bf2eef8e (patch) | |
| tree | 0b2655b7c0cde56589e5c08339c676158b61a705 /bucky2 | |
| parent | c3150cb2fe6ff53c4d12fb967b27c73e15f64f28 (diff) | |
fix debug logging of ids
Diffstat (limited to 'bucky2')
| -rw-r--r-- | bucky2/bin/fix-files | 2 |
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'}; |
