Skip to content

Commit efd9b6c

Browse files
committed
Fix second datasource config
1 parent ff340a7 commit efd9b6c

File tree

1 file changed

+4
-0
lines changed
  • examples/audit-test-allow-update-outside-transaction/grails-app/conf

1 file changed

+4
-0
lines changed

examples/audit-test-allow-update-outside-transaction/grails-app/conf/application.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ environments:
8484
dataSource:
8585
dbCreate: "create-drop"
8686
url: "jdbc:h2:mem:devDb;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE"
87+
dataSources:
88+
second:
89+
dbCreate: "update"
90+
url: "jdbc:h2:mem:testDb2;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE"
8791
test:
8892
dataSource:
8993
dbCreate: "update"

0 commit comments

Comments
 (0)