phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup tables_current.inc.php, 1.46, 1.


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_current.inc.php, 1.46, 1.47
Date: Mon, 25 Aug 2003 06:10:15 -0400

Update of /cvsroot/phpgroupware/phpgwapi/setup
In directory subversions:/tmp/cvs-serv21722

Modified Files:
        tables_current.inc.php 
Log Message:
Someone missed the latest addition of the account_id for NEW installs.


Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_current.inc.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** tables_current.inc.php      18 May 2003 19:18:10 -0000      1.46
--- tables_current.inc.php      25 Aug 2003 10:10:12 -0000      1.47
***************
*** 361,364 ****
--- 361,366 ----
                                'method' => array('type' => 
'varchar','precision' => '80','nullable' => False),
                                'data' => array('type' => 'text','nullable' => 
False)
+                               'account_id' => array('type' =>
+ 'int','precision' => '4','nullable' => False,'default' => '0')
                        ),
                        'pk' => array('id'),





reply via email to

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