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


From: sigurdne
Subject: [Phpgroupware-cvs] hrm/setup tables_current.inc.php,1.3
Date: Wed, 23 Nov 2005 11:55:00 +0100

Update of hrm/setup

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

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

====================================================
Index: hrm/setup/tables_current.inc.php
diff -u hrm/setup/tables_current.inc.php:1.2 
hrm/setup/tables_current.inc.php:1.3
--- hrm/setup/tables_current.inc.php:1.2        Mon Nov 21 15:49:09 2005
+++ hrm/setup/tables_current.inc.php    Wed Nov 23 10:55:40 2005
@@ -51,9 +51,11 @@
                '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),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'task_owner' => array('type' => 
'int','precision' => '4','nullable' => True),
                        ),
                        'pk' => array('id'),
                        'fk' => array(),






reply via email to

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