This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
commit 605a8ebbefb39a24d331c8e0efa9586bbac1e571 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
