[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.10
From: |
nomail |
Subject: |
[Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.10 |
Date: |
Wed, 21 Jul 2004 20:57:53 +0200 |
Update of /property/setup
Modified Files:
Branch:
tables_current.inc.php
date: 2004/07/21 18:57:53; 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.9
property/setup/tables_current.inc.php:1.10
--- property/setup/tables_current.inc.php:1.9 Wed Jul 14 08:58:29 2004
+++ property/setup/tables_current.inc.php Wed Jul 21 18:57:53 2004
@@ -1848,7 +1848,8 @@
'fm_async_method' => array(
'fd' => array(
'id' => array('type' => 'int','precision' =>
'4','nullable' => False),
- 'num' => array('type' => 'varchar','precision'
=> '255','nullable' => False),
+ 'name' => array('type' => 'varchar','precision'
=> '255','nullable' => False),
+ 'data' => array('type' => 'text','nullable' =>
True),
'descr' => array('type' => 'text','nullable' =>
True)
),
'pk' => array('id'),
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.10,
nomail <=