personalweb

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

commit 9b5d3f2dcf7ed456dd279fa3bfe125ba44b7dead
parent f5ed917d3bff436ed2928fc8c24ac68f0dd13775
Author: Wim Dupont <wim@wimdupont.com>
Date:   Thu,  6 Jul 2023 16:23:44 +0200

added books


Former-commit-id: 494d47e453d5056a8b47205b8a652a757c4d0282
Diffstat:
Msrc/main/resources/db/migration/repeatable/R__fill_book_table.sql | 8+++++---
1 file changed, 5 insertions(+), 3 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,17 +25,18 @@ INSERT INTO book VALUES (UUID(), "The Happiness Trap : Stop Struggling, Start Living", "Russ Harris", "9781845298258", "Psychology", null, null), (UUID(), "The paradox of choice", "Barry Schwartz", "9780062449924", "Psychology", null, null), (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(), "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), + (UUID(), "The Virtue of Selfishness", "Ayn Rand", "9780451163936", "Philosophy", null, null), (UUID(), "Free Will", "Sam Harris", "9781451683400", "Philosophy", null, null), (UUID(), "Forgotten Roots", "Karol Kolbusz", "9781790805228", "Philosophy", null, null), (UUID(), "On the Shortness of Life", "Seneca", "9780141018812", "Philosophy", null, null), (UUID(), "Ego Is the Enemy", "Ryan Holiday", "9781781257029", "Philosophy", null, null), (UUID(), "Meditations", "Marcus Aurelius", "9780141395869", "Philosophy", null, null), + (UUID(), "On Liberty", "John Stuart Mill", "9780486421308", "Philosophy", null, null), (UUID(), "Echt Radmilo", "Radmilo Soda", "9789035141575", "Health", null, null), @@ -63,6 +64,7 @@ INSERT INTO book VALUES (UUID(), "The Bands of Mourning", "Brandon Sanderson", "9781473208278", "Fantasy", "Mistborn", 6), (UUID(), "The Lost Metal", "Brandon Sanderson", "9781473215276", "Fantasy", "Mistborn", 7), (UUID(), "Tress of the Emerald Sea", "Brandon Sanderson", "9781250899651", "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),