added dev data and transaction creation scripts
This commit is contained in:
parent
6940006b06
commit
606d5bffc2
3 changed files with 194 additions and 0 deletions
|
@ -44,6 +44,7 @@ sub run {
|
|||
|
||||
unless ( defined $datetime ) {
|
||||
say "Unrecognised date format, please use 'YYYY-MM-DD' Format";
|
||||
return;
|
||||
}
|
||||
|
||||
$leaderboard->create_new($datetime);
|
||||
|
|
Reference in a new issue