FR [ 2791026 ] - ADD unique index on HR_Job, HR_Department, HR_Contract
https://sourceforge.net/tracker/index.php?func=detail&aid=2791026&group_id=176962&atid=934929
This commit is contained in:
parent
bfb601131c
commit
3a339af999
|
@ -0,0 +1,9 @@
|
||||||
|
CREATE UNIQUE INDEX HR_Job_Value
|
||||||
|
ON HR_Job (AD_CLient_ID, Value);
|
||||||
|
|
||||||
|
CREATE UNIQUE INDEX HR_Department_Value
|
||||||
|
ON HR_Department (AD_CLient_ID, Value);
|
||||||
|
|
||||||
|
CREATE UNIQUE INDEX HR_Contract_Value
|
||||||
|
ON HR_Contract (AD_CLient_ID, Value);
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
-- TODO
|
Loading…
Reference in New Issue