test/fixtures/comments.yml in composite_primary_keys-13.0.7 vs test/fixtures/comments.yml in composite_primary_keys-13.0.8
- old
+ new
@@ -13,5 +13,11 @@
user_comment_2:
id: 3
article: second
person_id: 2
person_type: User
+
+user_comment_3:
+ id: 4
+ article: first
+ person_id: 1
+ person_type: User1