## 日结明细唯一索引调整;
This commit is contained in:
parent
48863d8dc7
commit
9868e5fabb
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue