added dev data and transaction creation scripts

This commit is contained in:
Tom Bloor 2017-06-12 23:22:34 +01:00
parent 6940006b06
commit 606d5bffc2
3 changed files with 194 additions and 0 deletions

View file

@ -44,6 +44,7 @@ sub run {
unless ( defined $datetime ) {
say "Unrecognised date format, please use 'YYYY-MM-DD' Format";
return;
}
$leaderboard->create_new($datetime);