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.8,1.9 t


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.8,1.9 tables_current.inc.php,1.40,1.41
Date: Wed, 05 Mar 2003 09:31:54 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv10077/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.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** default_records.inc.php     4 Mar 2003 10:48:53 -0000       1.8
--- default_records.inc.php     5 Mar 2003 14:31:50 -0000       1.9
***************
*** 61,67 ****
  #  `fm_wo_agreement_status`
  #
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_agreement_status 
(id, num, descr) VALUES ('1', 'closed', 'Not valid any more')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_agreement_status 
(id, num, descr) VALUES ('2', 'active', 'This is the current agreement')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_agreement_status 
(id, num, descr) VALUES ('3', 'planning', 'For planning purposes')");
  
  #
--- 61,67 ----
  #  `fm_wo_agreement_status`
  #
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_agreement_status 
(id, descr) VALUES ('closed', 'Closed')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_agreement_status 
(id, descr) VALUES ('active', 'Active agreement')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_agreement_status 
(id, descr) VALUES ('planning', 'Planning')");
  
  #

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** tables_current.inc.php      4 Mar 2003 10:48:53 -0000       1.40
--- tables_current.inc.php      5 Mar 2003 14:31:51 -0000       1.41
***************
*** 649,654 ****
                'fm_wo_agreement_status' => array(
                        'fd' => array(
!                               'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
!                               'num' => array('type' => 'varchar', 'precision' 
=> 25,'nullable' => False),
                                'descr' => array('type' => 'varchar', 
'precision' => 255,'nullable' => False)
                        ),
--- 649,653 ----
                'fm_wo_agreement_status' => array(
                        'fd' => array(
!                               'id' => array('type' => 'varchar', 'precision' 
=> 20,'nullable' => False),
                                'descr' => array('type' => 'varchar', 
'precision' => 255,'nullable' => False)
                        ),





reply via email to

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