test: one-to-many relationships work

This commit is contained in:
2025-01-31 22:22:06 +01:00
parent bca0619f30
commit 86e29fa2dc
2 changed files with 8 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ VALUES ('The Lord of the Rings: The Fellowship of the Ring', 1),
INSERT INTO reviews (book_id, review)
VALUES (1, 'Great book'),
(3, 'Awesome book'),
(2, 'Probably his best work!'),
(2, 'Greatest book');