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


From: nomail
Subject: [Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.17.2.3
Date: Mon, 8 Nov 2004 10:57:44 +0100

Update of /property/setup
Modified Files:
        Branch: proposed-0_9_18-branch
          tables_current.inc.php

date: 2004/11/08 09:57:44;  author: sigurdne;  state: Exp;  lines: +14 -1

Log Message:
no message
=====================================================================
Index: property/setup/tables_current.inc.php
diff -u property/setup/tables_current.inc.php:1.17.2.2 
property/setup/tables_current.inc.php:1.17.2.3
--- property/setup/tables_current.inc.php:1.17.2.2      Sat Nov  6 22:09:34 2004
+++ property/setup/tables_current.inc.php       Mon Nov  8 09:57:44 2004
@@ -1930,5 +1930,18 @@
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
+               ),
+               'fm_cron_log' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','auto' => 
'4','nullable' => False),
+                               'cron' => array('type' => 'int', 'precision' => 
2,'nullable' => True),
+                               'time' => array('type' => 
'timestamp','nullable' => False,'default' => 'current_timestamp')
+                               'process' => array('type' => 
'varchar','precision' => '50','nullable' => False),
+                               'message' => 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]