Fix dev_data script

This commit is contained in:
Tom Bloor 2017-06-13 21:30:32 +01:00
parent 2bf595d135
commit bba724bc3b

View file

@ -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' ],