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 06:31:43 +00:00
parent bfb601131c
commit 3a339af999
2 changed files with 10 additions and 0 deletions

View File

@ -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);

View File

@ -0,0 +1 @@
-- TODO