phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.16,1.17


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.16,1.17 tables_current.inc.php,1.70,1.71
Date: Thu, 08 May 2003 05:53:20 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv14292/setup

Modified Files:
        default_records.inc.php tables_current.inc.php 
Log Message:
no message

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/default_records.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** default_records.inc.php     29 Apr 2003 12:41:31 -0000      1.16
--- default_records.inc.php     8 May 2003 09:53:17 -0000       1.17
***************
*** 73,76 ****
--- 73,84 ----
  
  #
+ # `fm_ticket_category`
+ #
+ 
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ticket_category (id, 
descr) VALUES ('1', 'damage')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ticket_category (id, 
descr) VALUES ('2', 'user request')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ticket_category (id, 
descr) VALUES ('3', 'warranty')");
+ 
+ #
  # `fm_document_status`
  #

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -r1.70 -r1.71
*** tables_current.inc.php      7 May 2003 11:18:25 -0000       1.70
--- tables_current.inc.php      8 May 2003 09:53:17 -0000       1.71
***************
*** 112,116 ****
                'fm_meter_category' => array(
                        'fd' => array(
!                               'id' => array('type' => 'varchar','precision' 
=> '20','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '255','nullable' => False)
                        ),
--- 112,116 ----
                'fm_meter_category' => array(
                        'fd' => array(
!                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '255','nullable' => False)
                        ),
***************
*** 435,441 ****
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
!                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
!                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
!                               'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
                        ),
                        'pk' => array('id'),
--- 435,439 ----
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
!                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True)
                        ),
                        'pk' => array('id'),
***************
*** 447,453 ****
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
!                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
!                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
!                               'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
                        ),
                        'pk' => array('id'),
--- 445,449 ----
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
!                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True)
                        ),
                        'pk' => array('id'),
***************
*** 459,465 ****
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
!                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
!                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
!                               'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
                        ),
                        'pk' => array('id'),
--- 455,459 ----
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
!                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True)
                        ),
                        'pk' => array('id'),
***************
*** 471,477 ****
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
!                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
!                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
!                               'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
                        ),
                        'pk' => array('id'),
--- 465,469 ----
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
!                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True)
                        ),
                        'pk' => array('id'),
***************
*** 912,915 ****
--- 904,917 ----
                        'ix' => array(),
                        'fk' => array(),
+                       'uc' => array()
+               ),
+               'fm_ticket_category' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '255','nullable' => False)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
                        'uc' => array()
                ),





reply via email to

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