Added initial schema for medals

This commit is contained in:
Finn 2018-02-20 17:20:51 +00:00
parent 328ffc10e0
commit 5171a88db2
6 changed files with 198 additions and 0 deletions

View file

@ -35,3 +35,5 @@ __PACKAGE__->belongs_to(
"transaction_id",
{ cascade_delete => 0 },
);
1;