Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 2e9b73c

Browse files
committed
Fixed #725: adjusted root and path in sample triggers-config
1 parent 1326241 commit 2e9b73c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy/sample/triggers-config.sample.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</trgr:data-event>
1515
<trgr:module>
1616
<trgr:database>${modules-db}</trgr:database>
17-
<trgr:root>/triggers/</trgr:root>
18-
<trgr:path>log-create.xqy</trgr:path>
17+
<trgr:root>/</trgr:root>
18+
<trgr:path>triggers/log-create.xqy</trgr:path>
1919
</trgr:module>
2020
<trgr:enabled>true</trgr:enabled>
2121
<trgr:permissions>
@@ -40,8 +40,8 @@
4040
</trgr:database-online-event>
4141
<trgr:module>
4242
<trgr:database>${modules-db}</trgr:database>
43-
<trgr:root>/triggers/</trgr:root>
44-
<trgr:path>log-create.xqy</trgr:path>
43+
<trgr:root>/</trgr:root>
44+
<trgr:path>triggers/log-create.xqy</trgr:path>
4545
</trgr:module>
4646
<trgr:enabled>true</trgr:enabled>
4747
<trgr:permissions>

0 commit comments

Comments
 (0)