Skip to content

Commit a5d5023

Browse files
committed
Add sameEntity attribute to concat metamorph statement
1 parent 948e217 commit a5d5023

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/schemata/metamorph.xsd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@
329329

330330
<attribute name="flushWith" type="string" use="optional"
331331
default="record" />
332+
<attribute name="sameEntity" type="boolean" use="optional"
333+
default="false" />
332334
<attribute name="reset" type="boolean" use="optional"
333335
default="true" />
334336
</complexType>

0 commit comments

Comments
 (0)