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


From: nomail
Subject: [Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.9
Date: Wed, 14 Jul 2004 10:58:29 +0200

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

date: 2004/07/14 08:58:29;  author: sigurdne;  state: Exp;  lines: +12 -1

Log Message:
no message
=====================================================================
Index: property/setup/tables_current.inc.php
diff -u property/setup/tables_current.inc.php:1.8 
property/setup/tables_current.inc.php:1.9
--- property/setup/tables_current.inc.php:1.8   Tue Jul 13 20:55:27 2004
+++ property/setup/tables_current.inc.php       Wed Jul 14 08:58:29 2004
@@ -1844,5 +1844,16 @@
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
+               ),
+               'fm_async_method' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'num' => array('type' => 'varchar','precision' 
=> '255','nullable' => False),
+                               'descr' => array('type' => 'text','nullable' => 
True)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
                )
        );




reply via email to

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