diff --git a/lib/BurguillosInfo/DB/Migrations.pm b/lib/BurguillosInfo/DB/Migrations.pm index 05e9006..f2bcb66 100644 --- a/lib/BurguillosInfo/DB/Migrations.pm +++ b/lib/BurguillosInfo/DB/Migrations.pm @@ -50,7 +50,7 @@ sub _populate_locations ($dbh) { my $tracking = BurguillosInfo::Tracking->new( BurguillosInfo->new ); my $page = 0; while (1) { - my $data = $dbh->selectall_arrayref( <<"EOF", { Slice => {} }, $page ); + my $data = $dbh->selectall_arrayref( <<"EOF", { Slice => {} } ); SELECT uuid, remote_address FROM requests WHERE date > NOW() - interval '2 months'