phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: sigurdne
Subject: [Phpgroupware-cvs] hrm/setup tables_current.inc.php, 1.11 setup.inc.php, 1.5
Date: Fri, 2 Dec 2005 18:13:00 +0100

Update of hrm/setup

Modified Files:
     Branch: MAIN
            tables_current.inc.php lines: +16 -3
            setup.inc.php lines: +2 -1

Log Message:
no message

====================================================
Index: hrm/setup/tables_current.inc.php
diff -u hrm/setup/tables_current.inc.php:1.10 
hrm/setup/tables_current.inc.php:1.11
--- hrm/setup/tables_current.inc.php:1.10       Thu Dec  1 14:37:55 2005
+++ hrm/setup/tables_current.inc.php    Fri Dec  2 17:13:22 2005
@@ -48,12 +48,25 @@
                        'uc' => array()
                ),

+               'hrm_task_type' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'name' => array('type' => 'varchar','precision' 
=> '100','nullable' => True),
+                               'descr' => array('type' => 'text','nullable' => 
True),
+                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+
                'hrm_task' => array(
                        'fd' => array(
                                'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
                                'job_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'name' => array('type' => 'varchar','precision' 
=> '64','nullable' => True),
-                               'descr' => array('type' => 'text','nullable' => 
True),
+                               'task_type_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                '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),

====================================================
Index: hrm/setup/setup.inc.php
diff -u hrm/setup/setup.inc.php:1.4 hrm/setup/setup.inc.php:1.5
--- hrm/setup/setup.inc.php:1.4 Wed Nov 30 17:07:22 2005
+++ hrm/setup/setup.inc.php     Fri Dec  2 17:13:22 2005
@@ -55,6 +55,7 @@
                'hrm_org',
                'hrm_job',
                'hrm_task',
+               'hrm_task_type',
                'hrm_task_job',
                'hrm_training',
                'hrm_training_category',






reply via email to

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