This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git

commit c19057057cd1edb1d62d5d8c1ae75ce99ebc5e79
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

Reply via email to