personalweb

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

commit 7b98152aed43986eabd37165d2fe3529b6e2dac3
parent 2809bb58a652a4b363316906fd524910cc93d8d8
Author: WimDupont <WimDupont@users.noreply.gitlab.com>
Date:   Mon,  9 Aug 2021 19:29:38 +0200

books added

Diffstat:
Msrc/main/resources/db/migration/repeatable/R__fill_book_table.sql | 17++++++++++-------
1 file changed, 10 insertions(+), 7 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 @@ -1,13 +1,13 @@ DELETE FROM book; INSERT INTO book VALUES - (UUID(), "Effective Java, Second Edition", "Joshua Block", "9780321356680", "Java"), - (UUID(), "The Elements of Java", "Allan Vermeulen, Scott W. Ambler", "9780521777681", "Java"), - (UUID(), "Core Java for the Impatient", "Cay S. Horstmann", "9780321996329", "Java"), - (UUID(), "Java Concurrency in Practice", "Brian Goetz, Tim Peierls", "9780321349606", "Java"), - (UUID(), "Head First Design Patterns, 2nd Edition", "Eric Freeman, Elisabeth Robson", "9781492078005", "Java"), - (UUID(), "Java Generics", "Maurice Naftalin, Philip Wadler", "9780596527754", "Java"), - (UUID(), "Java How to Program, Seventh Edition", "Harvey M. Deitel, Paul J. Deitel", "9780132222204", "Java"), + (UUID(), "Effective Java, Second Edition", "Joshua Block", "9780321356680", "Programming: Java"), + (UUID(), "The Elements of Java", "Allan Vermeulen, Scott W. Ambler", "9780521777681", "Programming: Java"), + (UUID(), "Core Java for the Impatient", "Cay S. Horstmann", "9780321996329", "Programming: Java"), + (UUID(), "Java Concurrency in Practice", "Brian Goetz, Tim Peierls", "9780321349606", "Programming: Java"), + (UUID(), "Head First Design Patterns, 2nd Edition", "Eric Freeman, Elisabeth Robson", "9781492078005", "Programming: Java"), + (UUID(), "Java Generics", "Maurice Naftalin, Philip Wadler", "9780596527754", "Programming: Java"), + (UUID(), "Java How to Program, Seventh Edition", "Harvey M. Deitel, Paul J. Deitel", "9780132222204", "Programming: Java"), (UUID(), "Computer Networking: A Top-Down Approach, Seventh Edition", "James Kurose, Keith Ross", "9781292153599", "IT"), @@ -31,6 +31,9 @@ INSERT INTO book VALUES (UUID(), "Echt Radmilo", "Radmilo Soda", "9789035141575", "Health"), + (UUID(), "The Way of Kings (The Stormlight Archive #1)", "Brandon Sanderson", "9780765365279", "Fantasy"), + (UUID(), "The Name of the Wind (The Kingkiller Chronicle: Day 1)", "Patrick Rothfuss", "9780575081406", "Fantasy"), + (UUID(), "To Kill A Mockingbird", "Harper Lee", "9780099549482", "Fiction"), (UUID(), "The Midnight Library", "Matt Haig", "9781786892720", "Fiction"), (UUID(), "Of Mice and Men", "John Steinbeck", "9780141023571", "Fiction"),