commit 7dba7048cade7424f3159f0c6153be73864918dd
parent 41bfdde529b675fcc6a2f42d3c6cf19601db2af3
Author: WimDupont <WimDupont@users.noreply.gitlab.com>
Date: Mon, 28 Jun 2021 18:12:42 +0200
added books - fix insert script
Diffstat:
1 file changed, 8 insertions(+), 8 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,14 +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(), "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"),