test/fixtures/comments.yml in composite_primary_keys-14.0.6 vs test/fixtures/comments.yml in composite_primary_keys-14.0.7
- 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