phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts/setup/tables_current.inc.php, 1.8


From: nomail
Subject: [Phpgroupware-cvs] tts/setup/tables_current.inc.php, 1.8
Date: Tue, 14 Dec 2004 21:03:47 +0100

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

date: 2004/12/14 20:03:47;  author: fipsfuchs;  state: Exp;  lines: +3 -2

Log Message:
new db field lastmod
=====================================================================
Index: tts/setup/tables_current.inc.php
diff -u tts/setup/tables_current.inc.php:1.7 
tts/setup/tables_current.inc.php:1.8
--- tts/setup/tables_current.inc.php:1.7        Mon Oct 11 09:43:14 2004
+++ tts/setup/tables_current.inc.php    Tue Dec 14 20:03:47 2004
@@ -29,7 +29,8 @@
                                'ticket_deadline'       => array('type' => 
'varchar', 'precision' => 10, 'nullable' => False),
                                'ticket_effort'         => array('type' => 
'varchar', 'precision' => 4, 'nullable' => False),
                                'ticket_platform'       => array('type' => 
'int', 'precision' => 2, 'nullable' => False),
-                               'ticket_attachment'     => array('type' => 
'int', 'precision' => 2, 'nullable' => False)
+                               'ticket_attachment'     => array('type' => 
'int', 'precision' => 2, 'nullable' => False),
+                               'ticket_lastmod'        => array('type' => 
'int', 'precision' => 4, 'nullable' => False)
                        ),
                        'pk' => array('ticket_id'),
                        'ix' => array(),




reply via email to

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