[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.51,1.52 tables_cu
From: |
Sigurd Nes <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.51,1.52 tables_current.inc.php,1.85,1.86 |
Date: |
Fri, 30 May 2003 06:43:05 -0400 |
Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv25364/setup
Modified Files:
setup.inc.php tables_current.inc.php
Log Message:
no message
Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -r1.51 -r1.52
*** setup.inc.php 17 May 2003 17:49:03 -0000 1.51
--- setup.inc.php 30 May 2003 10:43:03 -0000 1.52
***************
*** 90,95 ****
'fm_equipment_type_attrib',
'fm_location_type',
'fm_location_attrib',
! 'fm_location_type_attrib',
'fm_property_attrib',
'fm_property_category',
--- 90,97 ----
'fm_equipment_type_attrib',
'fm_location_type',
+ 'fm_location_type_column',
+ 'fm_location_config',
'fm_location_attrib',
! 'fm_location_type_attrib', // to be deleted - shortly
'fm_property_attrib',
'fm_property_category',
Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -r1.85 -r1.86
*** tables_current.inc.php 29 May 2003 10:14:57 -0000 1.85
--- tables_current.inc.php 30 May 2003 10:43:03 -0000 1.86
***************
*** 409,412 ****
--- 409,447 ----
'uc' => array()
),
+ 'fm_location_type_column' => array(
+ 'fd' => array(
+ 'id' => array('type' => 'int','precision' =>
'4','nullable' => False),
+ 'type_id' => array('type' => 'int','precision'
=> '4','nullable' => False),
+ 'column_name' => array('type' =>
'varchar','precision' => '20','nullable' => False),
+ 'input_name' => array('type' =>
'varchar','precision' => '20','nullable' => False),
+ 'statustext' => array('type' =>
'varchar','precision' => '100','nullable' => False),
+ 'datatype' => array('type' =>
'varchar','precision' => '10','nullable' => False),
+ 'precision_' => array('type' =>
'int','precision' => '4','nullable' => False),
+ 'scale' => array('type' => 'int','precision' =>
'4','nullable' => True),
+ 'default_value' => array('type' =>
'varchar','precision' => '10','nullable' => True),
+ 'nullable' => array('type' =>
'varchar','precision' => '5','nullable' => False)
+ ),
+ 'pk' => array('id'),
+ 'fk' => array(),
+ 'ix' => array(),
+ 'uc' => array()
+ ),
+
+ 'fm_location_config' => array(
+ 'fd' => array(
+ 'column_name' => array('type' =>
'varchar','precision' => '20','nullable' => False),
+ 'location_type' => array('type' =>
'int','precision' => '4','nullable' => False),
+ 'datatype' => array('type' =>
'varchar','precision' => '10','nullable' => False),
+ 'precision_' => array('type' =>
'int','precision' => '4','nullable' => False),
+ 'scale' => array('type' => 'int','precision' =>
'4','nullable' => True),
+ 'default_value' => array('type' =>
'varchar','precision' => '10','nullable' => True),
+ 'nullable' => array('type' =>
'varchar','precision' => '5','nullable' => False)
+ ),
+ 'pk' => array('column_name'),
+ 'fk' => array(),
+ 'ix' => array(),
+ 'uc' => array()
+ ),
+
'fm_property_attrib' => array(
'fd' => array(
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.51,1.52 tables_current.inc.php,1.85,1.86,
Sigurd Nes <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: property/templates/default admin_location.xsl,1.1,1.2
- Next by Date:
[Phpgroupware-cvs] CVS: property/inc class.boadmin_location.inc.php,1.1,1.2 class.soadmin_location.inc.php,1.1,1.2 class.sogab.inc.php,1.5,1.6 class.uiadmin_location.inc.php,1.1,1.2
- Previous by thread:
[Phpgroupware-cvs] CVS: property/templates/default admin_location.xsl,1.1,1.2
- Next by thread:
[Phpgroupware-cvs] CVS: property/inc class.boadmin_location.inc.php,1.1,1.2 class.soadmin_location.inc.php,1.1,1.2 class.sogab.inc.php,1.5,1.6 class.uiadmin_location.inc.php,1.1,1.2
- Index(es):