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.29, 1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup default_records.inc.php, 1.29, 1.30 tables_current.inc.php, 1.113, 1.114
Date: Wed, 16 Jul 2003 04:12:26 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv387/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.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** default_records.inc.php     14 Jul 2003 08:51:57 -0000      1.29
--- default_records.inc.php     16 Jul 2003 08:12:24 -0000      1.30
***************
*** 23,26 ****
--- 23,34 ----
  
  #
+ #fm_district
+ #
+ 
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_district (id, descr) 
VALUES ('1', 'District 1')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_district (id, descr) 
VALUES ('2', 'District 2')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_district (id, descr) 
VALUES ('3', 'District 3')");
+ 
+ #
  # fm_branch
  #

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -r1.113 -r1.114
*** tables_current.inc.php      11 Jul 2003 11:03:53 -0000      1.113
--- tables_current.inc.php      16 Jul 2003 08:12:24 -0000      1.114
***************
*** 21,25 ****
                'fm_part_of_town' => array(
                        'fd' => array(
!                               'part_of_town_id' => array('type' => 
'int','precision' => '2','nullable' => False),
                                'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
                                'district_id' => array('type' => 
'int','precision' => '2','nullable' => True)
--- 21,25 ----
                'fm_part_of_town' => array(
                        'fd' => array(
!                               'part_of_town_id' => array('type' => 
'auto','precision' => '2','nullable' => False),
                                'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
                                'district_id' => array('type' => 
'int','precision' => '2','nullable' => True)
***************
*** 140,147 ****
                'fm_district' => array(
                        'fd' => array(
!                               'district_id' => array('type' => 
'int','precision' => '2','nullable' => False),
!                               'district' => array('type' => 
'char','precision' => '20','nullable' => True)
                        ),
!                       'pk' => array('district_id'),
                        'fk' => array(),
                        'ix' => array(),
--- 140,147 ----
                'fm_district' => array(
                        'fd' => array(
!                               'id' => array('type' => 'int','precision' => 
'2','nullable' => False),
!                               'descr' => array('type' => 
'varchar','precision' => '20','nullable' => True)
                        ),
!                       'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),





reply via email to

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