phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/setup/tables_current.inc.php, 1.44


From: nomail
Subject: [Phpgroupware-cvs] projects/setup/tables_current.inc.php, 1.44
Date: Sun, 20 Jun 2004 00:47:32 +0200

Update of /projects/setup
Modified Files:
        Branch: 
          tables_current.inc.php

date: 2004/06/19 22:47:32;  author: ceb;  state: Exp;  lines: +12 -1

Log Message:
update
=====================================================================
Index: projects/setup/tables_current.inc.php
diff -u projects/setup/tables_current.inc.php:1.43 
projects/setup/tables_current.inc.php:1.44
--- projects/setup/tables_current.inc.php:1.43  Thu Apr 29 15:53:38 2004
+++ projects/setup/tables_current.inc.php       Sat Jun 19 22:47:32 2004
@@ -250,6 +250,17 @@
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
+               ),
+               'phpgw_p_surcharges' => array(
+                       'fd' => array(
+                               'charge_id'                     => array('type' 
=> 'auto','nullable' => False),
+                               'charge_name'           => array('type' => 
'varchar','precision' => 255,'nullable' => False),
+                               'charge_percent'        => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => True)
+                       ),
+                       'pk' => array('charge_id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
                )
        );
 ?>




reply via email to

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