commit 41bfdde529b675fcc6a2f42d3c6cf19601db2af3
parent 063a5dbdf646c8a5d82bd41dbc6727e9b43bd622
Author: WimDupont <WimDupont@users.noreply.gitlab.com>
Date: Mon, 28 Jun 2021 17:59:38 +0200
added books
Diffstat:
1 file changed, 9 insertions(+), 2 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
@@ -20,6 +20,14 @@ INSERT INTO book VALUES
(UUID(), "Man's Search For Meaning", "Viktor E. Frankl", "9781846041242", "Psychology"),
(UUID(), "The Happiness Trap : Stop Struggling, Start Living", "Russ Harris", "9781845298258", "Psychology"),
+ (UUID(), "The paradox of choice", "Barry Schwartz", "9780062449924", "Psychology")
+ (UUID(), "The Blank Slate", "Steven Pinker", "9780140276053", "Psychology")
+ (UUID(), "Thinking, fast and slow", "Daniel Kahneman", "9780141033570", "Psychology")
+ (UUID(), "How to win friends and influence people", "Dale Carnegie", "9780091906818", "Psychology")
+
+ (UUID(), "Story of Philosophy", "Will Durant", "9780671739164", "Philosophy")
+ (UUID(), "The virtue of selfishness", "Ayn Rand", "9780451163936", "Philosophy")
+ (UUID(), "Free Will", "Sam Harris", "9781451683400", "Philosophy")
(UUID(), "Echt Radmilo", "Radmilo Soda", "9789035141575", "Health"),
@@ -37,4 +45,4 @@ INSERT INTO book VALUES
(UUID(), "A Clockwork Orange", "Anthony Burgess", "9780241951446", "Fiction"),
(UUID(), "The Melody", "Jim Grace", "9781509841370", "Fiction"),
(UUID(), "Brave New World", "Aldous Huxley", "9780099477464", "Fiction")
-;
-\ No newline at end of file
+;