Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Revert "Fix working with mssql" (#677)
Browse files Browse the repository at this point in the history
This reverts commit 9c2a75c
  • Loading branch information
wbloszyk committed Jun 21, 2020
1 parent fbb053e commit bb92ea3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,14 @@ public function registerDoctrineMapping(array $config): void
'targetEntity' => $config['class']['product'],
'cascade' => [
'persist',
'remove',
],
'mappedBy' => null,
'inversedBy' => 'variations',
'joinColumns' => [
[
'name' => 'parent_id',
'referencedColumnName' => 'id',
'onDelete' => 'CASCADE',
],
],
'orphanRemoval' => false,
Expand Down

0 comments on commit bb92ea3

Please sign in to comment.