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


From: nomail
Subject: [Phpgroupware-cvs] tts/setup/tables_current.inc.php, 1.7
Date: Mon, 11 Oct 2004 11:43:14 +0200

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

date: 2004/10/11 09:43:14;  author: fipsfuchs;  state: Exp;  lines: +7 -2

Log Message:
replaced with 0.9.16 branche
=====================================================================
Index: tts/setup/tables_current.inc.php
diff -u tts/setup/tables_current.inc.php:1.6 
tts/setup/tables_current.inc.php:1.7
--- tts/setup/tables_current.inc.php:1.6        Wed Oct 24 12:47:58 2001
+++ tts/setup/tables_current.inc.php    Mon Oct 11 09:43:14 2004
@@ -24,7 +24,12 @@
                                'ticket_billable_hours' => array('type' => 
'decimal', 'precision' => 8, 'scale' => 2, 'nullable' => False),
                                'ticket_billable_rate'  => array('type' => 
'decimal', 'precision' => 8, 'scale' => 2, 'nullable' => False),
                                'ticket_status'         => array('type' => 
'char','precision' => 1, 'nullable' => False),
-                               'ticket_details'        => array('type' => 
'text','nullable' => False)
+                               'ticket_details'        => array('type' => 
'text','nullable' => False),
+                               'ticket_type'           => array('type' => 
'int', 'precision' => 2, 'nullable' => False),
+                               '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)
                        ),
                        'pk' => array('ticket_id'),
                        'ix' => array(),




reply via email to

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