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.10


From: sigurdne
Subject: [Phpgroupware-cvs] hrm/setup tables_current.inc.php,1.10
Date: Thu, 1 Dec 2005 15:37:00 +0100

Update of hrm/setup

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

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

====================================================
Index: hrm/setup/tables_current.inc.php
diff -u hrm/setup/tables_current.inc.php:1.9 
hrm/setup/tables_current.inc.php:1.10
--- hrm/setup/tables_current.inc.php:1.9        Wed Nov 30 19:20:00 2005
+++ hrm/setup/tables_current.inc.php    Thu Dec  1 14:37:55 2005
@@ -57,7 +57,8 @@
                                '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),
-                               'parent_task' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'task_parent' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'is_parent' => array('type' => 
'int','precision' => '2','nullable' => True),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'task_owner' => array('type' => 
'int','precision' => '4','nullable' => True),
                        ),






reply via email to

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