personalweb

Archived
git clone git://git.wimdupont.com/personalweb.git
Log | Files | Refs | README | LICENSE

commit 93737ef5de3a44383ae827fba9d89ea788f6cac9
parent 7bb8c8dae903fd62d29f5f909b18d2be090962ba
Author: Wim Dupont <wim@wimdupont.com>
Date:   Thu,  4 Jan 2024 12:44:42 +0100

book update


Former-commit-id: 810a45997987548dd90a63fd193a9b9c00c47731
Diffstat:
Msrc/main/resources/db/migration/repeatable/R__fill_book_table.sql | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/db/migration/repeatable/R__fill_book_table.sql b/src/main/resources/db/migration/repeatable/R__fill_book_table.sql @@ -109,10 +109,13 @@ INSERT INTO book VALUES (UUID(), "The Wind-Up Bird Chronicle", "Haruki Murakami", "9781784875411", "Fiction", null, null), (UUID(), "Kafka on the Shore", "Haruki Murakami", "9780099458326", "Fiction", null, null), (UUID(), "Lonesome Dove", "Larry McMurtry", "9781447203056", "Fiction", "Lonesome Dove", 1), + (UUID(), "Blood Meridian", "Cormac McCarthy", "9780679728757", "Fiction", null, null), + (UUID(), "True Grit", "Charles Portis", "9780747572633", "Fiction", null, null), (UUID(), "IT", "Stephen King", "9781444707861", "Horror", null, null), (UUID(), "Carrie", "Stephen King", "9780307743664", "Horror", null, null), (UUID(), "Pet Sematary", "Stephen King", "9781444708134", "Horror", null, null), - (UUID(), "Misery", "Stephen King", "9781444720716", "Horror", null, null) + (UUID(), "Misery", "Stephen King", "9781444720716", "Horror", null, null), + (UUID(), "Salem's Lot", "Stephen King", "9780307743671", "Horror", null, null) ;