From bba724bc3b947a344d3d0ee2d06494c948ef56ee Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Tue, 13 Jun 2017 21:30:32 +0100 Subject: [PATCH] Fix dev_data script --- lib/Pear/LocalLoop/Command/dev_data.pm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/Pear/LocalLoop/Command/dev_data.pm b/lib/Pear/LocalLoop/Command/dev_data.pm index 7c6b04e..132ce7d 100644 --- a/lib/Pear/LocalLoop/Command/dev_data.pm +++ b/lib/Pear/LocalLoop/Command/dev_data.pm @@ -25,13 +25,6 @@ sub run { my $schema = $self->app->schema; - $schema->resultset('AgeRange')->populate([ - [ qw/ string / ], - [ '20-35' ], - [ '35-50' ], - [ '50+' ], - ]); - $schema->resultset('Leaderboard')->populate([ [ qw/ name type / ], [ 'Daily Total', 'daily_total' ],