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.5


From: nomail
Subject: [Phpgroupware-cvs] property/setup/default_records.inc.php, 1.1.1.5
Date: Tue, 25 May 2004 23:15:22 +0200

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

date: 2004/05/25 21:15:22;  author: sigurdne;  state: Exp;  lines: +4 -3

Log Message:
no message
=====================================================================
Index: property/setup/default_records.inc.php
diff -u property/setup/default_records.inc.php:1.1.1.4 
property/setup/default_records.inc.php:1.1.1.5
--- property/setup/default_records.inc.php:1.1.1.4      Tue May 18 17:53:52 2004
+++ property/setup/default_records.inc.php      Tue May 25 21:15:22 2004
@@ -55,7 +55,7 @@
 #fm_owner
 #
 
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_owner (owner_id, abid, 
org_name, category) VALUES (1, 1, 'demo-owner 1',1)");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_owner (id, abid, 
org_name, category) VALUES (1, 1, 'demo-owner 1',1)");
 
 #
 #fm_location1
@@ -173,6 +173,7 @@
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, descr, 
allow_grant) VALUES ('.', 'Top', 1)");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, descr) 
VALUES ('.location', 'Location')");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, descr) 
VALUES ('.tenant', 'Tenant')");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, descr) 
VALUES ('.owner', 'Owner')");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, descr, 
allow_grant) VALUES ('.project', 'Demand -> Workorder', 1)");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, descr, 
allow_grant) VALUES ('.ticket', 'Helpdesk', 1)");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, descr) 
VALUES ('.pricebook', 'Pricebook')");
@@ -211,7 +212,7 @@
 
 $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, 'owner_id', NULL, NULL, 1, 1, NULL, 
'fm_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]