This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to tag tags/v3/09-01-bookVisit-integ-test in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
commit 10807053cd7f9ed646a6711bea7db8c2b036c9e7 Author: Dan Haywood <[email protected]> AuthorDate: Sun May 26 23:14:24 2024 +0100 adds application-test.yml props ... to set up schema in the in-memory database --- module-visit/src/test/resources/application-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module-visit/src/test/resources/application-test.yml b/module-visit/src/test/resources/application-test.yml new file mode 100644 index 0000000..e39b9ff --- /dev/null +++ b/module-visit/src/test/resources/application-test.yml @@ -0,0 +1,4 @@ +causeway: + persistence: + schema: + auto-create-schemas: petowner,visit
