Compare commits

..

No commits in common. "460a6e1d027ae5c6501753db73bf0645b0ba191a" and "b87a93497134ac9a0903d34aa7d4b9bf72c40603" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@
create unique index PK_${tableName}
on ${tableName}
(
PK_MEMBER, CHILD_NODE, STAGE
PK_MEMBER, CHILD_NODE
)
</update>