Added initial schema for medals
This commit is contained in:
parent
480c8ed78f
commit
940d96921c
6 changed files with 198 additions and 0 deletions
|
@ -35,3 +35,5 @@ __PACKAGE__->belongs_to(
|
|||
"transaction_id",
|
||||
{ cascade_delete => 0 },
|
||||
);
|
||||
|
||||
1;
|
||||
|
|
Reference in a new issue