test/fixtures/departments.yml in composite_primary_keys-12.0.2 vs test/fixtures/departments.yml in composite_primary_keys-12.0.3

- old
+ new

@@ -1,15 +1,15 @@ accounting: - department_id: 1 + id: 1 location_id: 1 engineering: - department_id: 2 + id: 2 location_id: 1 human_resources: - department_id: 3 + id: 3 location_id: 2 offsite_accounting: - department_id: 1 + id: 1 location_id: 2