phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.11


From: nomail
Subject: [Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.11
Date: Thu, 12 Aug 2004 20:56:23 +0200

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

date: 2004/08/12 18:56:23;  author: sigurdne;  state: Exp;  lines: +3 -2

Log Message:
no message
=====================================================================
Index: property/setup/tables_current.inc.php
diff -u property/setup/tables_current.inc.php:1.10 
property/setup/tables_current.inc.php:1.11
--- property/setup/tables_current.inc.php:1.10  Wed Jul 21 18:57:53 2004
+++ property/setup/tables_current.inc.php       Thu Aug 12 18:56:23 2004
@@ -494,7 +494,8 @@
                        'fd' => array(
                                'id' => array('type' => 'varchar','precision' 
=> '20','nullable' => False),
                                'grouping' => array('type' => 
'varchar','precision' => '4','nullable' => False),
-                               'descr' => array('type' => 
'varchar','precision' => '25','nullable' => False)
+                               'descr' => array('type' => 
'varchar','precision' => '100','nullable' => False),
+                               'responsible' => array('type' => 
'int','precision' => '4','nullable' => True),
                        ),
                        'pk' => array('id'),
                        'fk' => array(),




reply via email to

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