phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup/default_records.inc.php, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/setup/default_records.inc.php, 1.1.1.4
Date: Tue, 18 May 2004 19:53:52 +0200

Update of /property/setup
Modified Files:
        Branch: 
          default_records.inc.php

date: 2004/05/18 17:53:52;  author: sigurdne;  state: Exp;  lines: +2 -2

Log Message:
no message
=====================================================================
Index: property/setup/default_records.inc.php
diff -u property/setup/default_records.inc.php:1.1.1.3 
property/setup/default_records.inc.php:1.1.1.4
--- property/setup/default_records.inc.php:1.1.1.3      Tue May 18 13:45:25 2004
+++ property/setup/default_records.inc.php      Tue May 18 17:53:52 2004
@@ -209,7 +209,7 @@
 # Dumping data for table fm_location_config
 #
 
-$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, reference_id, datatype, precision_, scale, 
default_value, nullable) VALUES (4, 'tenant_id', NULL, 1, 1, NULL, 0, 
'fm_tenant', 'tenant_id', '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, reference_id, datatype, precision_, scale, 
default_value, nullable) VALUES (4, 'tenant_id', NULL, 1, 1, NULL, 0, 
'fm_tenant', 'id', '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, reference_id, datatype, precision_, scale, 
default_value, nullable) VALUES (4, 'street_id', NULL, 1, 1, NULL, 1, 
'fm_streetaddress', 'id', '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, reference_id, datatype, precision_, scale, 
default_value, nullable) VALUES (1, 'owner_id', NULL, NULL, 1, 1, NULL, 
'fm_owner', 'owner_id', '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, reference_id, datatype, precision_, scale, 
default_value, nullable) VALUES (1, 'part_of_town_id', NULL, NULL, 1, NULL, 
NULL, 'fm_part_of_town', 'part_of_town_id', 'int', 0, NULL, NULL, 'True')");




reply via email to

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