From 5c35771a20ec29fd49a6cb54512159d3d7c0aa94 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 10 Mar 2020 08:29:36 +0000 Subject: [PATCH] Wrong name for user.sql script --- src/main/resources/db/mysql/petclinic_db_setup_mysql.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/db/mysql/petclinic_db_setup_mysql.txt b/src/main/resources/db/mysql/petclinic_db_setup_mysql.txt index f6ce6523c37..29bb601fe2c 100644 --- a/src/main/resources/db/mysql/petclinic_db_setup_mysql.txt +++ b/src/main/resources/db/mysql/petclinic_db_setup_mysql.txt @@ -27,5 +27,6 @@ line, but any way that sets that property in a Spring Boot app should work). N.B. the "petclinic" database has to exist for the app to work with the JDBC URL value -as it is configured by default. This condition is taken care of by the docker-compose -configuration provided, or by the `schema.sql` if you can run that as root. +as it is configured by default. This condition is taken care of automatically by the +docker-compose configuration provided, or by the `user.sql` script if you run that as +root.