details:   /erp/devel/pi/rev/989d59afa3bb
changeset: 10818:989d59afa3bb
user:      Adrián Romero <adrianromero <at> openbravo.com>
date:      Mon Feb 21 17:50:06 2011 +0100
summary:   Fixes issue 0015940: When you create a lot of organizations assigned 
to a role, the processes do not work
It has been modified the type of the OB_CONTEXT column to CLOB

diffstat:

 src-db/database/model/tables/AD_PROCESS_REQUEST.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6ded4aab750f -r 989d59afa3bb 
src-db/database/model/tables/AD_PROCESS_REQUEST.xml
--- a/src-db/database/model/tables/AD_PROCESS_REQUEST.xml       Mon Feb 21 
17:32:41 2011 +0100
+++ b/src-db/database/model/tables/AD_PROCESS_REQUEST.xml       Mon Feb 21 
17:50:06 2011 +0100
@@ -49,7 +49,7 @@
         <default><![CDATA[Y]]></default>
         <onCreateDefault/>
       </column>
-      <column name="OB_CONTEXT" primaryKey="false" required="false" 
type="VARCHAR" size="4000" autoIncrement="false">
+      <column name="OB_CONTEXT" primaryKey="false" required="false" 
type="CLOB" size="4000" autoIncrement="false">
         <default/>
         <onCreateDefault/>
       </column>

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to