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.43


From: nomail
Subject: [Phpgroupware-cvs] projects/setup/tables_current.inc.php, 1.43
Date: Sun, 23 May 2004 14:21:50 -0000

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

date: 2004/04/29 15:53:38;  author: ceb;  state: Exp;  lines: +4 -2

Log Message:
update
=====================================================================
Index: projects/setup/tables_current.inc.php
diff -u projects/setup/tables_current.inc.php:1.42 
projects/setup/tables_current.inc.php:1.43
--- projects/setup/tables_current.inc.php:1.42  Fri Mar 12 02:42:55 2004
+++ projects/setup/tables_current.inc.php       Thu Apr 29 15:53:38 2004
@@ -123,7 +123,9 @@
                                'accounting' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => True),
                                'role_id' => array('type' => 'int','precision' 
=> 4,'default' => 0,'nullable' => True),
                                'events' => array('type' => 
'varchar','precision' => 255,'nullable' => True),
-                               'd_accounting' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => True)
+                               'd_accounting' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => True),
+                               'sdate' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False),
+                               'edate' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False)
                        ),
                        'pk' => array('id'),
                        'fk' => array(),




reply via email to

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