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


From: nomail
Subject: [Phpgroupware-cvs] property/setup/default_records.inc.php, 1.1.1.9
Date: Mon, 31 May 2004 20:36:45 +0200

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

date: 2004/05/31 18:36:45;  author: sigurdne;  state: Exp;  lines: +13 -4

Log Message:
no message
=====================================================================
Index: property/setup/default_records.inc.php
diff -u property/setup/default_records.inc.php:1.1.1.8 
property/setup/default_records.inc.php:1.1.1.9
--- property/setup/default_records.inc.php:1.1.1.8      Sat May 29 23:23:56 2004
+++ property/setup/default_records.inc.php      Mon May 31 18:36:45 2004
@@ -241,9 +241,9 @@
 # Dumping data for table fm_tenant_attribute
 #
 
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, location_form, lookup_form, column_name, input_text, statustext, size, 
datatype, attrib_sort, precision_, scale, default_value, nullable) VALUES (1, 
NULL, NULL, NULL, 'first_name', 'First name', 'First name', NULL, 'V', 1, 50, 
NULL, NULL, 'True')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, location_form, lookup_form, column_name, input_text, statustext, size, 
datatype, attrib_sort, precision_, scale, default_value, nullable) VALUES (2, 
NULL, NULL, NULL, 'last_name', 'Last name', 'Last name', NULL, 'V', 2, 50, 
NULL, NULL, 'True')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, location_form, lookup_form, column_name, input_text, statustext, size, 
datatype, attrib_sort, precision_, scale, default_value, nullable) VALUES (3, 
NULL, NULL, NULL, 'contact_phone', 'contact phone', 'contact phone', NULL, 'V', 
3, 20, NULL, NULL, 'True')");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (1, 1, 1, NULL, 
'first_name', 'First name', 'First name', NULL, 'V', 1, 50, NULL, NULL, 
'True')");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (2, 1, 1, NULL, 
'last_name', 'Last name', 'Last name', NULL, 'V', 2, 50, NULL, NULL, 'True')");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (3, 1, 1, NULL, 
'contact_phone', 'contact phone', 'contact phone', NULL, 'V', 3, 20, NULL, 
NULL, 'True')");
 
 
 #
@@ -422,6 +422,15 @@
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_custom_cols (custom_id, 
id, name, descr, sorting) VALUES (1, 2, 'account_lid', 'Lid', 2)");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_custom_cols (custom_id, 
id, name, descr, sorting) VALUES (1, 3, 'account_firstname', 'First Name', 3)");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_custom_cols (custom_id, 
id, name, descr, sorting) VALUES (1, 4, 'account_lastname', 'Last Name', 4)");
+
+
+#
+# Dumping data for table fm_vendor_attribute
+#
+
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_vendor_attribute (id, 
list, column_name, input_text, statustext, size, datatype, attrib_sort, 
precision_, scale, default_value, nullable, search) VALUES (1, 1, 'org_name', 
'Name', 'The Name of the vendor', NULL, 'V', 1, 50, NULL, NULL, 'True', 1)");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_vendor_attribute (id, 
list, column_name, input_text, statustext, size, datatype, attrib_sort, 
precision_, scale, default_value, nullable, search) VALUES (2, 1, 
'contact_phone', 'Contact phone', 'Contact phone', NULL, 'V', 2, 20, NULL, 
NULL, 'True', 1)");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_vendor_attribute (id, 
list, column_name, input_text, statustext, size, datatype, attrib_sort, 
precision_, scale, default_value, nullable, search) VALUES (3, 1, 'email', 
'email', 'email', NULL, 'email', 3, 64, NULL, NULL, 'True', 1)");
 
 
 ?>




reply via email to

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