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


From: nomail
Subject: [Phpgroupware-cvs] tts/setup/tables_current.inc.php, 1.9
Date: Thu, 16 Dec 2004 17:49:17 +0100

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

date: 2004/12/16 16:49:17;  author: fipsfuchs;  state: Exp;  lines: +19 -19

Log Message:
update function for old tts moduls added
=====================================================================
Index: tts/setup/tables_current.inc.php
diff -u tts/setup/tables_current.inc.php:1.8 
tts/setup/tables_current.inc.php:1.9
--- tts/setup/tables_current.inc.php:1.8        Tue Dec 14 20:03:47 2004
+++ tts/setup/tables_current.inc.php    Thu Dec 16 16:49:17 2004
@@ -15,22 +15,22 @@
                'phpgw_tts_tickets' => array(
                        'fd' => array(
                                'ticket_id'             => array('type' => 
'auto', 'nullable' => False),
-                               'ticket_group'          => array('type' => 
'varchar', 'precision' => 40, 'nullable' => True),
-                               'ticket_priority'       => array('type' => 
'int', 'precision' => 2, 'nullable' => False),
-                               'ticket_owner'          => array('type' => 
'varchar', 'precision' => 10, 'nullable' => True),
-                               'ticket_assignedto'     => array('type' => 
'varchar', 'precision' => 10, 'nullable' => True),
-                               'ticket_subject'        => array('type' => 
'varchar', 'precision' => 255, 'nullable' => True),
-                               'ticket_category'       => array('type' => 
'varchar', 'precision' => 25, 'nullable' => True),
-                               '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_group'          => array('type' => 
'varchar', 'precision' => '40', 'nullable' => True),
+                               'ticket_priority'       => array('type' => 
'int', 'precision' => '2', 'nullable' => False),
+                               'ticket_owner'          => array('type' => 
'varchar', 'precision' => '10', 'nullable' => True),
+                               'ticket_assignedto'     => array('type' => 
'varchar', 'precision' => '10', 'nullable' => True),
+                               'ticket_subject'        => array('type' => 
'varchar', 'precision' => '255', 'nullable' => True),
+                               'ticket_category'       => array('type' => 
'varchar', 'precision' => '25', 'nullable' => True),
+                               '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_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),
-                               'ticket_lastmod'        => array('type' => 
'int', 'precision' => 4, '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),
+                               'ticket_lastmod'        => array('type' => 
'int', 'precision' => '4', 'nullable' => False)
                        ),
                        'pk' => array('ticket_id'),
                        'ix' => array(),
@@ -39,9 +39,9 @@
                ),
                'phpgw_tts_views' => array(
                        'fd' => array(
-                               'view_id'             => array('type' => 'int', 
'precision' => 4, 'nullable' => False),
-                               'view_account_id'     => array('type' => 
'varchar', 'precision' => 40, 'nullable' => True),
-                               'view_time'           => array('type' => 'int', 
'precision' => 4, 'nullable' => False)
+                               'view_id'             => array('type' => 'int', 
'precision' => '4', 'nullable' => False),
+                               'view_account_id'     => array('type' => 
'varchar', 'precision' => '40', 'nullable' => True),
+                               'view_time'           => array('type' => 'int', 
'precision' => '4', 'nullable' => False)
                        ),
                        'pk' => array(),
                        'ix' => array(),




reply via email to

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