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


From: sigurdne
Subject: [Phpgroupware-cvs] hrm/setup tables_current.inc.php,1.5
Date: Mon, 28 Nov 2005 16:06:00 +0100

Update of hrm/setup

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

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

====================================================
Index: hrm/setup/tables_current.inc.php
diff -u hrm/setup/tables_current.inc.php:1.4 
hrm/setup/tables_current.inc.php:1.5
--- hrm/setup/tables_current.inc.php:1.4        Fri Nov 25 11:58:29 2005
+++ hrm/setup/tables_current.inc.php    Mon Nov 28 15:06:48 2005
@@ -97,7 +97,6 @@
                        'ix' => array(),
                        'uc' => array()
                ),
-
                'hrm_training_category' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
@@ -146,6 +145,26 @@
                        'pk' => array(),
                        'ix' => array(),
                        'fk' => array(),
+                       'uc' => array()
+               ),
+               'hrm_experience_category' => 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_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()
                )
        );






reply via email to

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