personalweb

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

commit ae6d3d39c85b70359987a2918a0f5547ec25f147
parent e7282fa59cc4aeabcd9ec31f83ffe02692fb119f
Author: WimDupont <WimDupont@users.noreply.gitlab.com>
Date:   Mon, 13 Sep 2021 12:10:06 +0200

book update

Diffstat:
Msrc/main/resources/db/migration/repeatable/R__fill_book_table.sql | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

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 @@ -25,6 +25,7 @@ INSERT INTO book VALUES (UUID(), "The Blank Slate", "Steven Pinker", "9780140276053", "Psychology", null, null), (UUID(), "Thinking, fast and slow", "Daniel Kahneman", "9780141033570", "Psychology", null, null), (UUID(), "How to win friends and influence people", "Dale Carnegie", "9780091906818", "Psychology", null, null), + (UUID(), "Civilization and Its Discontents", "Sigmund Freud", "9780141395890", "Psychology", null, null), (UUID(), "Story of Philosophy", "Will Durant", "9780671739164", "Philosophy", null, null), (UUID(), "The virtue of selfishness", "Ayn Rand", "9780451163936", "Philosophy", null, null), @@ -35,6 +36,12 @@ INSERT INTO book VALUES (UUID(), "Paperback Oxford English Dictionary", "Oxford University Press", "9780199640942", "Language", null, null), + (UUID(), "The Sixth Extinction", "Elizabeth Kolbert", "9781408851241", "Science", null, null), + (UUID(), "Brief History of Time: From the Big Bang to Black Holes", "Stephen Hawking", "9780857501004", "Science", null, null), + + (UUID(), "If This Is a Man and The Truce", "Primo Levi", "9780349100135", "Biography", null, null), + + (UUID(), "Elantris", "Brandon Sanderson", "9781473217706", "Fantasy", null, null), (UUID(), "Warbreaker", "Brandon Sanderson", "9780765360038", "Fantasy", null, null), (UUID(), "The Way of Kings", "Brandon Sanderson", "9780765365279", "Fantasy", "The Stormlight Archive", 1), (UUID(), "Words of Radiance", "Brandon Sanderson", "9780765365286", "Fantasy", "The Stormlight Archive", 2), @@ -53,6 +60,10 @@ INSERT INTO book VALUES (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(), "The Princess Bride", "William Goldman", "9781328948854", "Fantasy", null, null), + (UUID(), "Priory of the Orange Tree", "Samantha Shannon", "9781408883358", "Fantasy", null, null), + (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(), "To Kill A Mockingbird", "Harper Lee", "9780099549482", "Fiction", null, null), (UUID(), "The Midnight Library", "Matt Haig", "9781786892720", "Fiction", null, null),