Compare commits
No commits in common. "460a6e1d027ae5c6501753db73bf0645b0ba191a" and "b87a93497134ac9a0903d34aa7d4b9bf72c40603" have entirely different histories.
460a6e1d02
...
b87a934971
|
|
@ -343,7 +343,7 @@
|
||||||
create unique index PK_${tableName}
|
create unique index PK_${tableName}
|
||||||
on ${tableName}
|
on ${tableName}
|
||||||
(
|
(
|
||||||
PK_MEMBER, CHILD_NODE, STAGE
|
PK_MEMBER, CHILD_NODE
|
||||||
)
|
)
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue