personalweb

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

commit b9e7f20339c4ca494cea54a0cc91c623a4e9b42d
parent 78b0993a131566f7a89022189d97835f2e9b2f7c
Author: Wim Dupont <wim@wimdupont.com>
Date:   Thu, 20 Apr 2023 14:18:59 +0200

books update


Former-commit-id: 0477194ed123f613f19f781aa252e87ed1aa50b5
Diffstat:
Msrc/main/resources/db/migration/repeatable/R__fill_book_table.sql | 5+++++
1 file changed, 5 insertions(+), 0 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 @@ -58,6 +58,11 @@ INSERT INTO book VALUES (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 Alloy of Law", "Brandon Sanderson", "9780575105836", "Fantasy", "Mistborn", 4), + (UUID(), "Shadows of Self", "Brandon Sanderson", "9781473208230", "Fantasy", "Mistborn", 5), + (UUID(), "The Bands of Mourning", "Brandon Sanderson", "9781473208278", "Fantasy", "Mistborn", 6), + (UUID(), "The Lost Metal", "Brandon Sanderson", "9781473215276", "Fantasy", "Mistborn", 7), + (UUID(), "Tress of the Emerald Sea", "Brandon Sanderson", "9781250899651", "Fantasy", null, null), (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),