From 8166d09ec62b25bdd1f6f046d91b92470740309d Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 5 May 2009 16:06:45 +0000 Subject: [PATCH] put categorycode also in department attribute --- sql/hreduperson.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/hreduperson.sql b/sql/hreduperson.sql index cbf0811..568e5f5 100644 --- a/sql/hreduperson.sql +++ b/sql/hreduperson.sql @@ -18,6 +18,7 @@ select email as mail, categorycode as memberOf, categorycode as ou, + categorycode as department, concat('/home/',borrowernumber) as homeDirectory from borrowers -- 2.20.1