phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup tables_current.inc.php, 1.20 default_r


From: sigurdne
Subject: [Phpgroupware-cvs] property/setup tables_current.inc.php, 1.20 default_records.inc.php, 1.9
Date: Thu, 24 Feb 2005 15:08:11 -0000

Update of property/setup

Modified Files:
     Branch: MAIN
            tables_current.inc.php lines: +3 -2
            default_records.inc.php lines: +4 -3

Log Message:
no message

====================================================
Index: property/setup/tables_current.inc.php
diff -u property/setup/tables_current.inc.php:1.19 
property/setup/tables_current.inc.php:1.20
--- property/setup/tables_current.inc.php:1.19  Sat Jan 29 13:23:25 2005
+++ property/setup/tables_current.inc.php       Sat Jan 29 18:40:26 2005
@@ -1669,7 +1669,8 @@
                                'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'status' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => False),
+                               'ext_system_id' => array('type' => 
'varchar','precision' => '20','nullable' => False),
+                               'ext_meter_id' => array('type' => 
'varchar','precision' => '20','nullable' => False),
                                'remark' => array('type' => 
'varchar','precision' => '255','nullable' => True)
                        ),
                        'pk' => array('id'),

====================================================
Index: property/setup/default_records.inc.php
diff -u property/setup/default_records.inc.php:1.8 
property/setup/default_records.inc.php:1.9
--- property/setup/default_records.inc.php:1.8  Sat Jan 29 13:23:25 2005
+++ property/setup/default_records.inc.php      Sat Jan 29 18:40:26 2005
@@ -350,8 +350,9 @@
 #
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_entity_attribute 
(entity_id, cat_id, id, column_name, input_text, statustext, datatype, list, 
attrib_sort, size, precision_, scale, default_value, nullable) VALUES (1, 1, 1, 
'status', 'Status', 'Status', 'LB', NULL, 1, NULL, NULL, NULL, NULL, 'True')");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_entity_attribute 
(entity_id, cat_id, id, column_name, input_text, statustext, datatype, list, 
attrib_sort, size, precision_, scale, default_value, nullable) VALUES (1, 1, 2, 
'category', 'Category', 'Category statustext', 'LB', NULL, 2, NULL, NULL, NULL, 
NULL, 'True')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_entity_attribute 
(entity_id, cat_id, id, column_name, input_text, statustext, datatype, list, 
attrib_sort, size, precision_, scale, default_value, nullable) VALUES (1, 1, 3, 
'name', 'Name', 'Name status text', 'V', NULL, 3, NULL, 12, NULL, NULL, 
'True')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_entity_attribute 
(entity_id, cat_id, id, column_name, input_text, statustext, datatype, list, 
attrib_sort, size, precision_, scale, default_value, nullable) VALUES (1, 1, 4, 
'remark', 'Remark', 'Remark status text', 'T', NULL, 4, NULL, NULL, NULL, NULL, 
'True')");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_entity_attribute 
(entity_id, cat_id, id, column_name, input_text, statustext, datatype, list, 
attrib_sort, size, precision_, scale, default_value, nullable) VALUES (1, 1, 3, 
'ext_system_id', 'Ext system id', 'External system id', 'V', NULL, 3, NULL, 12, 
NULL, NULL, 'True')");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_entity_attribute 
(entity_id, cat_id, id, column_name, input_text, statustext, datatype, list, 
attrib_sort, size, precision_, scale, default_value, nullable) VALUES (1, 1, 4, 
'ext_meter_id', 'Ext meter id', 'External meter id', 'V', NULL, 4, NULL, 12, 
NULL, NULL, 'True')");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_entity_attribute 
(entity_id, cat_id, id, column_name, input_text, statustext, datatype, list, 
attrib_sort, size, precision_, scale, default_value, nullable) VALUES (1, 1, 5, 
'remark', 'Remark', 'Remark status text', 'T', NULL, 5, NULL, NULL, NULL, NULL, 
'True')");

 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_entity_attribute 
(entity_id, cat_id, id, column_name, input_text, statustext, datatype, list, 
attrib_sort, size, precision_, scale, default_value, nullable) VALUES (1, 2, 1, 
'status', 'Status', 'Status', 'LB', NULL, 1, NULL, NULL, NULL, NULL, 'True')");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_entity_attribute 
(entity_id, cat_id, id, column_name, input_text, statustext, datatype, list, 
attrib_sort, size, precision_, scale, default_value, nullable) VALUES (1, 2, 2, 
'attribute1', 'Attribute 1', 'Attribute 1 statustext', 'V', NULL, 2, NULL, 12, 
NULL, NULL, 'True')");






reply via email to

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