personalweb

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

commit 40aa2630e414f2056de07ac025e73ba375ef4124
parent eb8e21e9ff35362c50ea61e68ee936e88e72e49d
Author: WimDupont <WimDupont@users.noreply.gitlab.com>
Date:   Tue, 14 Sep 2021 19:17:09 +0200

book title corrections

Diffstat:
Msrc/main/resources/db/migration/repeatable/R__fill_book_table.sql | 4++--
1 file changed, 2 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 @@ -2,7 +2,7 @@ DELETE FROM book; INSERT INTO book VALUES (UUID(), "Effective Java, Second Edition", "Joshua Block", "9780321356680", "Programming: Java", null, null), - (UUID(), "The Elements of Java", "Allan Vermeulen, Scott W. Ambler", "9780521777681", "Programming: Java", null, null), + (UUID(), "The Elements of Java Style", "Allan Vermeulen, Scott W. Ambler", "9780521777681", "Programming: Java", null, null), (UUID(), "Core Java for the Impatient", "Cay S. Horstmann", "9780321996329", "Programming: Java", null, null), (UUID(), "Java Concurrency in Practice", "Brian Goetz, Tim Peierls", "9780321349606", "Programming: Java", null, null), (UUID(), "Head First Design Patterns, 2nd Edition", "Eric Freeman, Elisabeth Robson", "9781492078005", "Programming: Java", null, null), @@ -40,7 +40,7 @@ INSERT INTO book VALUES (UUID(), "The Sixth Extinction", "Elizabeth Kolbert", "9781408851241", "Science", null, null), (UUID(), "Brief History of Time: From the Big Bang to Black Holes", "Stephen Hawking", "9780857501004", "Science", null, null), - (UUID(), "If This Is a Man and The Truce", "Primo Levi", "9780349100135", "Biography", null, null), + (UUID(), "If This Is a Man/The Truce", "Primo Levi", "9780349100135", "Biography", null, null), (UUID(), "Elantris", "Brandon Sanderson", "9781473217706", "Fantasy", null, null), (UUID(), "Warbreaker", "Brandon Sanderson", "9780765360038", "Fantasy", null, null),