Fix dev_data script
This commit is contained in:
parent
2bf595d135
commit
bba724bc3b
1 changed files with 0 additions and 7 deletions
|
@ -25,13 +25,6 @@ sub run {
|
||||||
|
|
||||||
my $schema = $self->app->schema;
|
my $schema = $self->app->schema;
|
||||||
|
|
||||||
$schema->resultset('AgeRange')->populate([
|
|
||||||
[ qw/ string / ],
|
|
||||||
[ '20-35' ],
|
|
||||||
[ '35-50' ],
|
|
||||||
[ '50+' ],
|
|
||||||
]);
|
|
||||||
|
|
||||||
$schema->resultset('Leaderboard')->populate([
|
$schema->resultset('Leaderboard')->populate([
|
||||||
[ qw/ name type / ],
|
[ qw/ name type / ],
|
||||||
[ 'Daily Total', 'daily_total' ],
|
[ 'Daily Total', 'daily_total' ],
|
||||||
|
|
Reference in a new issue