personalweb

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

commit dd8c6cfb252b875aace11da31386fc3cf683e38f
parent 12b632927ebb165fca676727d4bdb5135d5eebab
Author: WimDupont <WimDupont@users.noreply.gitlab.com>
Date:   Sat, 21 Aug 2021 08:53:25 +0200

added book

Diffstat:
Msrc/main/resources/db/migration/repeatable/R__fill_book_table.sql | 3++-
1 file changed, 2 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 @@ -46,7 +46,8 @@ INSERT INTO book VALUES (UUID(), "The Return of the King (The Lord of the Rings #3)", "J.R.R. Tolkien", "9780544449749", "Fantasy", "The Lord of the Rings", 3), (UUID(), "Stardust", "Neil Gaiman", "9780755322824", "Fantasy", null, null), (UUID(), "Good omens", "Terry Pratchett, Neil Gaiman", "9781473200852", "Fantasy", null, null), - (UUID(), "Books of Earthsea", "Ursula K. Le Guin", "9781473223547", "Fantasy", "The Earthsea Cycle", null), + (UUID(), "Books of Earthsea (The Earthsea Cycle)", "Ursula K. Le Guin", "9781473223547", "Fantasy", "The Earthsea Cycle", null), + (UUID(), "The Princess Bride", "William Goldman", "9781328948854", "Fantasy", null, null), (UUID(), "To Kill A Mockingbird", "Harper Lee", "9780099549482", "Fiction", null, null), (UUID(), "The Midnight Library", "Matt Haig", "9781786892720", "Fiction", null, null),