personalweb

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

commit cea8a120d900fccc3cbe90f352af768cc8310785
parent ab0488870bfc080c45c4821d7363eb1ce33b2c50
Author: Wim Dupont <wim@wimdupont.com>
Date:   Wed, 20 Dec 2023 12:32:12 +0100

book update


Former-commit-id: f797b8892c2ff496e672299a88b5f018b5a990c4
Diffstat:
Msrc/main/resources/db/migration/repeatable/R__fill_book_table.sql | 10+++++++++-
1 file changed, 9 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 @@ -67,9 +67,10 @@ INSERT INTO book VALUES (UUID(), "Tress of the Emerald Sea", "Brandon Sanderson", "9781250899651", "Fantasy", null, null), (UUID(), "Yumi and the Nightmare Painter", "Brandon Sanderson", "9781399613446", "Fantasy", null, null), (UUID(), "Arcanum Unbounded", "Brandon Sanderson", "9781473225930", "Fantasy", null, null), - (UUID(), "The Slow Regard of Silent Things", "Patrick Rothfuss", "9781473209336", "Fantasy", null, null), (UUID(), "The Name of the Wind", "Patrick Rothfuss", "9780575081406", "Fantasy", "The Kingkiller Chronicle", 1), (UUID(), "The Wise Mans Fear", "Patrick Rothfuss", "9780575081437", "Fantasy", "The Kingkiller Chronicle", 2), + (UUID(), "The Slow Regard of Silent Things", "Patrick Rothfuss", "9781473209336", "Fantasy", "The Kingkiller Chronicle", 2.5), + (UUID(), "The Narrow Road Between Desires", "Patrick Rothfuss", "9780756419172", "Fantasy", "The Kingkiller Chronicle", 2.6), (UUID(), "The Silmarillion", "J.R.R. Tolkien", "9780007523221", "Fantasy", null, null), (UUID(), "The Hobbit", "J.R.R. Tolkien", "9780544445796", "Fantasy", null, null), (UUID(), "The Fellowship of the Ring", "J.R.R. Tolkien", "9780544448933", "Fantasy", "The Lord of the Rings", 1), @@ -83,6 +84,11 @@ INSERT INTO book VALUES (UUID(), "The Fifth Season", "N. K. Jemisin", "9780316229296", "Fantasy", "The Broken Earth", 1), (UUID(), "The Obelisk Gate", "N. K. Jemisin", "9780316229265", "Fantasy", "The Broken Earth", 2), (UUID(), "The Stone Sky", "N. K. Jemisin", "9780316229241", "Fantasy", "The Broken Earth", 3), + (UUID(), "The Hitchhiker's Guide to the Galaxy", "Douglas Adams", "9781529034523", "Fantasy", "The Hitchhiker's Guide to the Galaxy", 1), + (UUID(), "The Restaurant at the End of the Universe", "Douglas Adams", "9781529034530", "Fantasy", "The Hitchhiker's Guide to the Galaxy", 2), + (UUID(), "Life, the Universe and Everything", "Douglas Adams", "9781529034547", "Fantasy", "The Hitchhiker's Guide to the Galaxy", 3), + (UUID(), "So Long, and Thanks for All the Fish", "Douglas Adams", "9781529034554", "Fantasy", "The Hitchhiker's Guide to the Galaxy", 4), + (UUID(), "Mostly Harmless", "Douglas Adams", "9781529034561", "Fantasy", "The Hitchhiker's Guide to the Galaxy", 5), (UUID(), "To Kill A Mockingbird", "Harper Lee", "9780099549482", "Fiction", null, null), (UUID(), "The Midnight Library", "Matt Haig", "9781786892720", "Fiction", null, null), @@ -101,8 +107,10 @@ INSERT INTO book VALUES (UUID(), "Stoner", "John Williams", "9780099561545", "Fiction", null, null), (UUID(), "1Q84", "Haruki Murakami", "9780099578079", "Fiction", "1Q84 #1-3", null), (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(), "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)