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:
redchris 2009-05-13 12:03:45 +00:00
parent 79e0edcbb4
commit 61091e41fa
1 changed files with 9 additions and 1 deletions

View File

@ -1 +1,9 @@
-- TODO
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);