phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.38,1.39 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.38,1.39 tables_current.inc.php,1.63,1.64
Date: Mon, 28 Apr 2003 06:26:48 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv16338/setup

Modified Files:
        setup.inc.php tables_current.inc.php 
Log Message:
no message

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** setup.inc.php       24 Apr 2003 11:47:16 -0000      1.38
--- setup.inc.php       28 Apr 2003 10:26:46 -0000      1.39
***************
*** 139,143 ****
                'fm_event_receipt',
                'fm_idgenerator',
!               'fm_documentation',
                'fm_submodule',
                'fm_wo_workorder_history',
--- 139,144 ----
                'fm_event_receipt',
                'fm_idgenerator',
!               'fm_document',
!               'fm_document_category'
                'fm_submodule',
                'fm_wo_workorder_history',

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -r1.63 -r1.64
*** tables_current.inc.php      23 Apr 2003 15:07:17 -0000      1.63
--- tables_current.inc.php      28 Apr 2003 10:26:46 -0000      1.64
***************
*** 1252,1260 ****
                ),
  
!               'fm_documentation'=> array(
                        'fd' => array(
!                               'id' => array('type' => 'int','precision' => 
4,'nullable' => False),
                                'entry_date' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                               'cat_id' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
                                'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
                                'location_code' => array('type' => 
'varchar','precision' => 50,'nullable' => True),
--- 1252,1260 ----
                ),
  
!               'fm_document'=> array(
                        'fd' => array(
!                               'id' => array('type' => 'auto','precision' => 
4,'nullable' => False),
                                'entry_date' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                               'category' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
                                'location_code' => array('type' => 
'varchar','precision' => 50,'nullable' => True),
***************
*** 1271,1274 ****
--- 1271,1284 ----
                ),
  
+               'fm_document_category' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
  
                'fm_submodule'=> array(





reply via email to

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