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


From: nomail
Subject: [Phpgroupware-cvs] property/setup/default_records.inc.php, 1.1.1.7
Date: Fri, 28 May 2004 23:53:42 +0200

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

date: 2004/05/28 21:53:42;  author: sigurdne;  state: Exp;  lines: +16 -1

Log Message:
no message
=====================================================================
Index: property/setup/default_records.inc.php
diff -u property/setup/default_records.inc.php:1.1.1.6 
property/setup/default_records.inc.php:1.1.1.7
--- property/setup/default_records.inc.php:1.1.1.6      Fri May 28 13:06:40 2004
+++ property/setup/default_records.inc.php      Fri May 28 21:53:42 2004
@@ -397,5 +397,20 @@
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_choice ( 
type_id, attrib_id, id, value) VALUES (4, 1, 1, 'OK')");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_choice ( 
type_id, attrib_id, id, value) VALUES (4, 1, 2, 'Not Active')");
 
+#
+# Dumping data for table `fm_custom`
+#
+
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_custom (id, name, sql) 
VALUES (1, 'test query', 'select * from phpgw_accounts')");
+
+#
+# Dumping data for table fm_custom_cols
+#
+
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_custom_cols (custom_id, 
id, name, descr, sorting) VALUES (1, 1, 'account_id', 'ID', 1)");
+$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)");
+
 
 ?>




reply via email to

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