phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] hrm/setup setup.inc.php, 1.3 tables_current.inc.php,


From: sigurdne
Subject: [Phpgroupware-cvs] hrm/setup setup.inc.php, 1.3 tables_current.inc.php, 1.6
Date: Tue, 29 Nov 2005 16:07:00 +0100

Update of hrm/setup

Modified Files:
     Branch: MAIN
            setup.inc.php lines: +5 -2
            tables_current.inc.php lines: +14 -1

Log Message:
*** empty log message ***

====================================================
Index: hrm/setup/setup.inc.php
diff -u hrm/setup/setup.inc.php:1.2 hrm/setup/setup.inc.php:1.3
--- hrm/setup/setup.inc.php:1.2 Fri Nov 25 11:58:29 2005
+++ hrm/setup/setup.inc.php     Tue Nov 29 15:07:58 2005
@@ -59,7 +59,10 @@
                'hrm_training',
                'hrm_training_category',
                'hrm_training_place',
-               'hrm_training_task'
+               'hrm_training_task',
+               'hrm_experience_category',
+               'hrm_skill_level',
+               'hrm_task_category'
        );

        /* The hooks this app includes, needed for hooks registration */

====================================================
Index: hrm/setup/tables_current.inc.php
diff -u hrm/setup/tables_current.inc.php:1.5 
hrm/setup/tables_current.inc.php:1.6
--- hrm/setup/tables_current.inc.php:1.5        Mon Nov 28 15:06:48 2005
+++ hrm/setup/tables_current.inc.php    Tue Nov 29 15:07:58 2005
@@ -54,6 +54,9 @@
                                'job_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'name' => array('type' => 'varchar','precision' 
=> '64','nullable' => True),
                                'descr' => array('type' => 'text','nullable' => 
True),
+                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
+                               'skill_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
+                               'experience_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'task_owner' => array('type' => 
'int','precision' => '4','nullable' => True),
                        ),
@@ -158,6 +161,16 @@
                        'uc' => array()
                ),
                'hrm_skill_level' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '40','nullable' => True),
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'hrm_task_category' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '40','nullable' => True),






reply via email to

[Prev in Thread] Current Thread [Next in Thread]