personalweb

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

commit b3bac9477007c0f1243bd1a12be478234981658e
parent 48e3cb6d8aed070b13d554c7acf32b8b2e1c68dc
Author: WimDupont <WimDupont@users.noreply.gitlab.com>
Date:   Mon, 28 Jun 2021 17:59:38 +0200

added books

Diffstat:
Msrc/main/resources/db/migration/repeatable/R__fill_book_table.sql | 11+++++++++--
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 +;