Added initial schema for medals

This commit is contained in:
Finn 2018-02-20 17:20:51 +00:00
parent 480c8ed78f
commit 940d96921c
6 changed files with 198 additions and 0 deletions

View file

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