personalweb

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

commit c604bae5c10036042504da5cb3ce832ac9160ca6
parent 27f7eda63bda97d8820bd7553327fc8f9315a5f9
Author: Wim Dupont <wim@wimdupont.com>
Date:   Thu, 17 Feb 2022 17:58:12 +0100

updated books


Former-commit-id: 41739bab02ec2a926239e34a7acc3279dd0eaf53
Diffstat:
Msrc/main/resources/db/migration/repeatable/R__fill_book_table.sql | 1+
1 file changed, 1 insertion(+), 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 @@ -53,6 +53,7 @@ INSERT INTO book VALUES (UUID(), "Words of Radiance", "Brandon Sanderson", "9780765365286", "Fantasy", "The Stormlight Archive", 2), (UUID(), "Edgedancer", "Brandon Sanderson", "9781250166548", "Fantasy", "The Stormlight Archive", 2.5), (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 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),