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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] hrm/setup tables_current.inc.php
Date: Fri, 24 Feb 2006 13:24:49 +0000

CVSROOT:        /sources/phpgroupware
Module name:    hrm
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/02/24 13:24:49

Modified files:
        setup          : tables_current.inc.php 

Log message:
        Added inheritance of rights

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/hrm/setup/tables_current.inc.php.diff?tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: hrm/setup/tables_current.inc.php
diff -u hrm/setup/tables_current.inc.php:1.12 
hrm/setup/tables_current.inc.php:1.13
--- hrm/setup/tables_current.inc.php:1.12       Fri Dec  2 22:40:13 2005
+++ hrm/setup/tables_current.inc.php    Fri Feb 24 13:24:49 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package hrm
        * @subpackage setup
-       * @version $Id: tables_current.inc.php,v 1.12 2005/12/02 22:40:13 
sigurdne Exp $
+       * @version $Id: tables_current.inc.php,v 1.13 2006/02/24 13:24:49 
sigurdne Exp $
        */
 
        $phpgw_baseline = array(
@@ -165,6 +165,18 @@
                        'fk' => array(),
                        'uc' => array()
                ),
+               'hrm_acl_location' => array(
+                       'fd' => array(
+                               'appname' => array('type' => 
'varchar','precision' => '25','nullable' => False),
+                               'id' => array('type' => 'varchar','precision' 
=> '50','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => False),
+                               'allow_grant' => array('type' => 
'int','precision' => '4','nullable' => True)
+                       ),
+                       'pk' => array('appname','id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
                'hrm_experience_category' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),




reply via email to

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