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.4,1.5 t


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.4,1.5 tables_current.inc.php,1.18,1.19
Date: Thu, 12 Dec 2002 13:15:36 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv24018/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.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** default_records.inc.php     11 Dec 2002 19:31:22 -0000      1.4
--- default_records.inc.php     12 Dec 2002 18:15:34 -0000      1.5
***************
*** 13,18 ****
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_request_type 
(request_type_id, type_descr, category, owner, access) VALUES ('Klage', 'Klage 
fra leieboer', NULL, NULL, NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_request_type 
(request_type_id, type_descr, category, owner, access) VALUES ('bruker_oenske', 
'Bruker ønske', NULL, NULL, NULL)");
  
  #
--- 13,18 ----
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_request_type (id, 
descr) VALUES ('Klage', 'Klage fra leieboer')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_request_type (id, 
descr) VALUES ('bruker_oenske', 'Bruker ønske')");
  
  #

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** tables_current.inc.php      11 Dec 2002 19:31:22 -0000      1.18
--- tables_current.inc.php      12 Dec 2002 18:15:34 -0000      1.19
***************
*** 316,324 ****
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
!                               'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
!                               'type_descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
!                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
!                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
!                               'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
                        ),
                        'pk' => array('id'),
--- 316,321 ----
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
!                               'num' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
!                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True)
                        ),
                        'pk' => array('id'),
***************
*** 423,430 ****
                'fm_wo_accounts' => array(
                        'fd' => array(
!                               'account_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'descr' => array('type' => 'varchar', 
'precision' => 25,'nullable' => False)
                        ),
!                       'pk' => array('account_id'),
                        'fk' => array(),
                        'ix' => array(),
--- 420,427 ----
                'fm_wo_accounts' => array(
                        'fd' => array(
!                               'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
                                'descr' => array('type' => 'varchar', 
'precision' => 25,'nullable' => False)
                        ),
!                       'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
***************
*** 434,441 ****
                'fm_wo_dim_d' => array(
                        'fd' => array(
!                               'dim_d' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
                                'descr' => array('type' => 'varchar', 
'precision' => 25,'nullable' => False)
                        ),
!                       'pk' => array('dim_d'),
                        'fk' => array(),
                        'ix' => array(),
--- 431,438 ----
                'fm_wo_dim_d' => array(
                        'fd' => array(
!                               'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
                                'descr' => array('type' => 'varchar', 
'precision' => 25,'nullable' => False)
                        ),
!                       'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
***************
*** 493,500 ****
                'fm_wo_wrkorders_status' => array(
                        'fd' => array(
!                               'status' => array('type' => 'varchar', 
'precision' => 20,'nullable' => False),
                                'descr' => array('type' => 'varchar', 
'precision' => 255,'nullable' => False)
                        ),
!                       'pk' => array('status'),
                        'fk' => array(),
                        'ix' => array(),
--- 490,497 ----
                'fm_wo_wrkorders_status' => array(
                        'fd' => array(
!                               'id' => array('type' => 'varchar', 'precision' 
=> 20,'nullable' => False),
                                'descr' => array('type' => 'varchar', 
'precision' => 255,'nullable' => False)
                        ),
!                       'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
***************
*** 717,724 ****
                'fm_request_status' => array(
                        'fd' => array(
!                               'status' => array('type' => 'varchar', 
'precision' => 20,'nullable' => False),
                                'descr' => array('type' => 'varchar', 
'precision' => 255,'nullable' => False)
                        ),
!                       'pk' => array('status'),
                        'fk' => array(),
                        'ix' => array(),
--- 714,721 ----
                'fm_request_status' => array(
                        'fd' => array(
!                               'id' => array('type' => 'varchar', 'precision' 
=> 20,'nullable' => False),
                                'descr' => array('type' => 'varchar', 
'precision' => 255,'nullable' => False)
                        ),
!                       'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
***************
*** 728,738 ****
                'fm_request_type' => array(
                        'fd' => array(
!                               'request_type_id' => array('type' => 'varchar', 
'precision' => 20,'nullable' => False),
!                               'type_descr' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
!                               'category' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
!                               'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
!                               'access' => array('type' => 'varchar', 
'precision' => 7,'nullable' => True)
                        ),
!                       'pk' => array('request_type_id'),
                        'fk' => array(),
                        'ix' => array(),
--- 725,732 ----
                'fm_request_type' => array(
                        'fd' => array(
!                               'id' => array('type' => 'varchar', 'precision' 
=> 20,'nullable' => False),
!                               'descr' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True)
                        ),
!                       'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),




reply via email to

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