diff --git a/migration/353a-trunk/postgresql/466_FR2791026_AddUniqueIndex.sql b/migration/353a-trunk/postgresql/466_FR2791026_AddUniqueIndex.sql index af3b9497d9..92680a72f6 100644 --- a/migration/353a-trunk/postgresql/466_FR2791026_AddUniqueIndex.sql +++ b/migration/353a-trunk/postgresql/466_FR2791026_AddUniqueIndex.sql @@ -1 +1,9 @@ --- TODO \ No newline at end of file +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); + \ No newline at end of file