details:   /erp/stable/2.50/rev/9679d1715f3b
changeset: 9215:9679d1715f3b
user:      Adrián Romero <adrianromero <at> openbravo.com>
date:      Wed Feb 16 12:03:08 2011 +0100
summary:   Fixes issue 0015638: 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 ad09d6dda6ee -r 9679d1715f3b 
src-db/database/model/tables/AD_PROCESS_REQUEST.xml
--- a/src-db/database/model/tables/AD_PROCESS_REQUEST.xml       Wed Feb 16 
10:01:58 2011 +0100
+++ b/src-db/database/model/tables/AD_PROCESS_REQUEST.xml       Wed Feb 16 
12:03:08 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