svn commit: r929171 - /ofbiz/trunk/applications/product/entitydef/entitymodel.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r929171 - /ofbiz/trunk/applications/product/entitydef/entitymodel.xml

jleroux@apache.org
Author: jleroux
Date: Tue Mar 30 15:31:14 2010
New Revision: 929171

URL: http://svn.apache.org/viewvc?rev=929171&view=rev
Log:
Allows Facility.squareFootage to support decimals.

I will post the following SQL line to help migrate

alter table facility alter square_footage type dec(18,6);

Modified:
    ofbiz/trunk/applications/product/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/product/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?rev=929171&r1=929170&r2=929171&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Tue Mar 30 15:31:14 2010
@@ -992,7 +992,7 @@ under the License.
         <field name="defaultInventoryItemTypeId" type="id"></field>
         <field name="facilityName" type="name"></field>
         <field name="primaryFacilityGroupId" type="id"></field>
-        <field name="squareFootage" type="numeric"></field>
+        <field name="squareFootage" type="fixed-point"></field>
         <field name="productStoreId" type="id"></field>
         <field name="defaultDaysToShip" type="numeric"><description>In the absence of a product specific days to ship in ProductFacility, this will be used</description></field>
         <field name="openedDate" type="date-time"></field>