personalweb

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

commit 99cebe34307477125ddea555813c098ae7ee6f91
parent b3bac9477007c0f1243bd1a12be478234981658e
Author: WimDupont <WimDupont@users.noreply.gitlab.com>
Date:   Mon, 28 Jun 2021 18:12:42 +0200

added books - fix insert script

Diffstat:
Msrc/main/resources/db/migration/repeatable/R__fill_book_table.sql | 16++++++++--------
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"),