Skip to content

Commit

Permalink
Remove UUID generator strategy from fixtures (#8947)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored Aug 23, 2021
1 parent 3b8b3f9 commit 5cd00a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
<entity name="Doctrine\Tests\Models\DDC3293\DDC3293User" table="user">
<id name="id" column="id">
<generator strategy="UUID" />
<generator strategy="AUTO" />
</id>
<embedded
name="address"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
<entity name="Doctrine\Tests\Models\DDC3293\DDC3293UserPrefixed" table="user">
<id name="id" column="id">
<generator strategy="UUID" />
<generator strategy="AUTO" />
</id>
<embedded
name="address"
Expand Down

0 comments on commit 5cd00a5

Please sign in to comment.