Compare commits

..

2 Commits

1 changed files with 1 additions and 1 deletions

View File

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