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.13,1.14


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.13,1.14 tables_update.inc.php,1.13,1.14 setup.inc.php,1.10,1.11
Date: Sun, 10 Nov 2002 11:22:39 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv3941/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.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** tables_current.inc.php      30 Sep 2002 16:28:00 -0000      1.13
--- tables_current.inc.php      10 Nov 2002 16:22:37 -0000      1.14
***************
*** 1153,1156 ****
--- 1153,1169 ----
                        'ix' => array(),
                        'uc' => array()
+               ),
+ 
+               'IDGenerator', array(
+                       'fd' => array(
+                               'name' => array('type' => 'varchar','precision' 
=> 30,'nullable' => False),
+                               'value' => array('type' => 'int','precision' => 
4,'nullable' => False),
+                               'increment' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
+                               'maxvalue' => array('type' => 'int', 
'precision' => 2,'nullable' => True)
+                       ),
+                       'pk' => array('name'),
+                       '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.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** tables_update.inc.php       16 Oct 2002 15:27:08 -0000      1.13
--- tables_update.inc.php       10 Nov 2002 16:22:37 -0000      1.14
***************
*** 369,372 ****
--- 369,387 ----
                );
  
+               $phpgw_setup->oProc->CreateTable(
+                       'IDGenerator', array(
+                       'fd' => array(
+                               'name' => array('type' => 'varchar','precision' 
=> 30,'nullable' => False),
+                               'value' => array('type' => 'int','precision' => 
4,'nullable' => False),
+                               'increment' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
+                               'maxvalue' => array('type' => 'int', 
'precision' => 2,'nullable' => True)
+                       ),
+                       'pk' => array('name'),
+                       '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.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** setup.inc.php       30 Sep 2002 16:28:00 -0000      1.10
--- setup.inc.php       10 Nov 2002 16:22:37 -0000      1.11
***************
*** 73,77 ****
                'fm_investment',
                'fm_investment_value',
!               'fm_event_receipt'
        );
  
--- 73,78 ----
                'fm_investment',
                'fm_investment_value',
!               'fm_event_receipt',
!               'IDGenerator'
        );
  





reply via email to

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