redid relationships of transactions/categories
This commit is contained in:
parent
1f70f9b40a
commit
8a0f933f07
19 changed files with 5245 additions and 2 deletions
|
@ -26,10 +26,12 @@ __PACKAGE__->belongs_to(
|
|||
"category",
|
||||
"Pear::LocalLoop::Schema::Result::Category",
|
||||
"category_id",
|
||||
{ cascade_delete => 0 },
|
||||
);
|
||||
|
||||
__PACKAGE__->belongs_to(
|
||||
"transaction",
|
||||
"Pear::LocalLoop::Schema::Result::Transaction",
|
||||
"transaction_id",
|
||||
{ cascade_delete => 0 },
|
||||
);
|
||||
|
|
Reference in a new issue