phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.15,1.16


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.15,1.16 tables_update.inc.php,1.15,1.16 setup.inc.php,1.13,1.14
Date: Fri, 15 Nov 2002 17:46:11 -0500

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

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

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** tables_current.inc.php      11 Nov 2002 21:34:33 -0000      1.15
--- tables_current.inc.php      15 Nov 2002 22:46:09 -0000      1.16
***************
*** 1166,1169 ****
--- 1166,1193 ----
                        'ix' => array(),
                        'uc' => array()
+               ),
+ 
+               '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),
+                               'equipment_id' => array('type' => 
'varchar','precision' => 50,'nullable' => True),
+                               'objekt_id' => array('type' => 'varchar', 
'precision' => 4,'nullable' => True),
+                               'bygg_id' => array('type' => 'char', 
'precision' => 2,'nullable' => True),
+                               'seksjons_id' => array('type' => 'char', 
'precision' => 2,'nullable' => True),
+                               'etasje_id' => array('type' => 'varchar', 
'precision' => 6,'nullable' => True),
+                               'leie_id' => array('type' => 'char', 
'precision' => 3,'nullable' => True),
+                               'title' => array('type' => 
'varchar','precision' => 100,'nullable' => True),
+                               'link_name' => array('type' => 
'varchar','precision' => 50,'nullable' => True),
+                               'link' => array('type' => 'varchar','precision' 
=> 100,'nullable' => True),
+                               'descr' => array('type' => 'text','nullable' => 
True)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
                )
        );

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_update.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** tables_update.inc.php       15 Nov 2002 21:23:51 -0000      1.15
--- tables_update.inc.php       15 Nov 2002 22:46:09 -0000      1.16
***************
*** 384,387 ****
--- 384,413 ----
                );
  
+               $phpgw_setup->oProc->CreateTable(
+                       '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),
+                               'equipment_id' => array('type' => 
'varchar','precision' => 50,'nullable' => True),
+                               'objekt_id' => array('type' => 'varchar', 
'precision' => 4,'nullable' => True),
+                               'bygg_id' => array('type' => 'char', 
'precision' => 2,'nullable' => True),
+                               'seksjons_id' => array('type' => 'char', 
'precision' => 2,'nullable' => True),
+                               'etasje_id' => array('type' => 'varchar', 
'precision' => 6,'nullable' => True),
+                               'leie_id' => array('type' => 'char', 
'precision' => 3,'nullable' => True),
+                               'title' => array('type' => 
'varchar','precision' => 100,'nullable' => True),
+                               'link_name' => array('type' => 
'varchar','precision' => 50,'nullable' => True),
+                               'link' => array('type' => 'varchar','precision' 
=> 100,'nullable' => True),
+                               'descr' => array('type' => 'text','nullable' => 
True)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+                       )
+               );
+ 
  
                $setup_info['property']['currentver'] = '0.1.1.010';

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** setup.inc.php       15 Nov 2002 21:23:51 -0000      1.13
--- setup.inc.php       15 Nov 2002 22:46:09 -0000      1.14
***************
*** 74,78 ****
                'fm_investment_value',
                'fm_event_receipt',
!               'idgenerator'
        );
  
--- 74,79 ----
                'fm_investment_value',
                'fm_event_receipt',
!               'idgenerator',
!               'fm_documentation'
        );
  





reply via email to

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