personalweb

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

commit 96314fbded71b4e9be796900382451e982b335d4
parent 093420fe166e64e292ae4e8683b86902c65f8d01
Author: Wim Dupont <wim@wimdupont.com>
Date:   Sat, 26 Nov 2022 13:19:05 +0100

update books


Former-commit-id: b7b0ac943549f6b46fbce31fb47c2949dcac63f7
Diffstat:
Msrc/main/resources/db/migration/repeatable/R__fill_book_table.sql | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

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 @@ -11,7 +11,7 @@ INSERT INTO book VALUES (UUID(), "The C Programming Language, 2nd Edition ", "Brian Wilson Kernighan, Dennis MacAlistair Ritchie", "9780131103627", "Programming: C", null, null), (UUID(), "Computer Networking: A Top-Down Approach, Seventh Edition", "James Kurose, Keith Ross", "9781292153599", "Information Technology", null, null), - (UUID(), "Ghost in the Wires", " Kevin Mitnick, William L. Simon", "9780316212182", "Information Technology", null, null), + (UUID(), "Ghost in the Wires", "Kevin Mitnick, William L. Simon", "9780316212182", "Information Technology", null, null), (UUID(), "RTFM", "Ben Clark", "9781494295509", "Information Technology", null, null), (UUID(), "Introduction to Probability, Second Edition", "Joseph K. Blitzstein, Jessica Hwang", "9781138369917", "Mathematics", null, null), @@ -55,6 +55,9 @@ INSERT INTO book VALUES (UUID(), "Oathbringer", "Brandon Sanderson", "9780765365293", "Fantasy", "The Stormlight Archive", 3), (UUID(), "Dawnshard", "Brandon Sanderson", "9781250850553", "Fantasy", "The Stormlight Archive", 3.5), (UUID(), "Rhythm of War", "Brandon Sanderson", "9781250784261", "Fantasy", "The Stormlight Archive", 4), + (UUID(), "The Final Empire", "Brandon Sanderson", "9780575089914", "Fantasy", "Mistborn", 1), + (UUID(), "The Well of Ascension", "Brandon Sanderson", "9780575089938", "Fantasy", "Mistborn", 2), + (UUID(), "The Hero of Ages", "Brandon Sanderson", "9780575089945", "Fantasy", "Mistborn", 3), (UUID(), "The Slow Regard of Silent Things", "Patrick Rothfuss", "9781473209336", "Fantasy", null, null), (UUID(), "The Name of the Wind", "Patrick Rothfuss", "9780575081406", "Fantasy", "The Kingkiller Chronicle", 1), (UUID(), "The Wise Mans Fear", "Patrick Rothfuss", "9780575081437", "Fantasy", "The Kingkiller Chronicle", 2),