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.24,1.25


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.24,1.25 tables_current.inc.php,1.106,1.107
Date: Mon, 30 Jun 2003 06:49:17 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv29538/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.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** default_records.inc.php     27 Jun 2003 11:14:50 -0000      1.24
--- default_records.inc.php     30 Jun 2003 10:49:14 -0000      1.25
***************
*** 155,160 ****
  
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_config 
(location_type, column_name, input_text, lookup_form, f_key, ref_to_category, 
query_value, reference_table, datatype, precision_, scale, default_value, 
nullable) VALUES (4, 'tenant_id', NULL, 1, 1, NULL, 0, 'fm_tenant', 'int', 4, 
NULL, NULL, 'True')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_config 
(location_type, column_name, input_text, lookup_form, f_key, ref_to_category, 
query_value, reference_table, datatype, precision_, scale, default_value, 
nullable) VALUES (4, 'street_id', NULL, 1, 1, NULL, NULL, 'fm_streetaddress', 
'int', 4, NULL, NULL, 'True')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_config 
(location_type, column_name, input_text, lookup_form, f_key, ref_to_category, 
query_value, reference_table, datatype, precision_, scale, default_value, 
nullable) VALUES (4, 'street_number', 'street number', NULL, NULL, NULL, 1, 
NULL, 'varchar', 4, NULL, NULL, 'True')");
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_config 
(location_type, column_name, input_text, lookup_form, f_key, ref_to_category, 
query_value, reference_table, datatype, precision_, scale, default_value, 
nullable) VALUES (1, 'owner_id', NULL, NULL, 1, 1, NULL, 'fm_owner', 'int', 4, 
NULL, NULL, 'True')");
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_config 
(location_type, column_name, input_text, lookup_form, f_key, ref_to_category, 
query_value, reference_table, datatype, precision_, scale, default_value, 
nullable) VALUES (1, 'part_of_town_id', NULL, NULL, 1, NULL, NULL, 
'fm_part_of_town', 'int', 0, NULL, NULL, 'True')");
--- 155,159 ----
  
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_config 
(location_type, column_name, input_text, lookup_form, f_key, ref_to_category, 
query_value, reference_table, datatype, precision_, scale, default_value, 
nullable) VALUES (4, 'tenant_id', NULL, 1, 1, NULL, 0, 'fm_tenant', 'int', 4, 
NULL, NULL, 'True')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_config 
(location_type, column_name, input_text, lookup_form, f_key, ref_to_category, 
query_value, reference_table, datatype, precision_, scale, default_value, 
nullable) VALUES (4, 'street_id', NULL, 1, 1, NULL, 1, 'fm_streetaddress', 
'int', 4, NULL, NULL, 'True')");
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_config 
(location_type, column_name, input_text, lookup_form, f_key, ref_to_category, 
query_value, reference_table, datatype, precision_, scale, default_value, 
nullable) VALUES (1, 'owner_id', NULL, NULL, 1, 1, NULL, 'fm_owner', 'int', 4, 
NULL, NULL, 'True')");
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_config 
(location_type, column_name, input_text, lookup_form, f_key, ref_to_category, 
query_value, reference_table, datatype, precision_, scale, default_value, 
nullable) VALUES (1, 'part_of_town_id', NULL, NULL, 1, NULL, NULL, 
'fm_part_of_town', 'int', 0, NULL, NULL, 'True')");

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -r1.106 -r1.107
*** tables_current.inc.php      29 Jun 2003 17:07:32 -0000      1.106
--- tables_current.inc.php      30 Jun 2003 10:49:14 -0000      1.107
***************
*** 1260,1264 ****
                'fm_document' => array(
                        'fd' => array(
!                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'title' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'document_name' => array('type' => 
'varchar','precision' => '50','nullable' => False),
--- 1260,1264 ----
                'fm_document' => array(
                        'fd' => array(
!                               'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
                                'title' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'document_name' => array('type' => 
'varchar','precision' => '50','nullable' => False),
***************
*** 1275,1279 ****
                                'equipment_id' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'address' => array('type' => 
'varchar','precision' => '50','nullable' => True),
-                               'floor_id' => array('type' => 
'varchar','precision' => '8','nullable' => False),
                                'coordinator' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'vendor_id' => array('type' => 
'int','precision' => '4','nullable' => True),
--- 1275,1278 ----





reply via email to

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