Skip to content

Commit

Permalink
[Billing] Update doctrine config for subscription plan
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Jan 23, 2025
1 parent d372851 commit 0aa283c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<cascade-remove />
</cascade>
</one-to-many>
<many-to-many field="features" target-entity="Parthenon\Billing\Entity\SubscriptionFeature" orphan-removal="true">
<many-to-many field="features" target-entity="Parthenon\Billing\Entity\SubscriptionFeature" orphan-removal="false">
<join-table name="subscription_plan_subscription_feature">
<join-columns>
<join-column name="subscription_plan_id" referenced-column-name="id" />
Expand All @@ -41,7 +41,7 @@
<cascade-remove />
</cascade>
</many-to-many>
<many-to-many field="prices" target-entity="Parthenon\Billing\Entity\PriceInterface" orphan-removal="true" >
<many-to-many field="prices" target-entity="Parthenon\Billing\Entity\PriceInterface" orphan-removal="false" >
<join-table name="subscription_plan_price">
<join-columns>
<join-column name="subscription_plan_id" referenced-column-name="id" />
Expand Down

0 comments on commit 0aa283c

Please sign in to comment.