details:   /erp/devel/pi/rev/e5716dbd8be4
changeset: 11552:e5716dbd8be4
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Thu Apr 07 18:54:29 2011 +0200
summary:   Make column non mandatory until issue 16713 is fixed.
Note: AD column is set as mandatory, so the user will not notice it

diffstat:

 
modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_NOTE.xml
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8d002e0b6285 -r e5716dbd8be4 
modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_NOTE.xml
--- 
a/modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_NOTE.xml
    Thu Apr 07 17:55:21 2011 +0200
+++ 
b/modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_NOTE.xml
    Thu Apr 07 18:54:29 2011 +0200
@@ -21,7 +21,7 @@
         <default/>
         <onCreateDefault/>
       </column>
-      <column name="NOTE" primaryKey="false" required="true" type="CLOB" 
size="4000" autoIncrement="false">
+      <column name="NOTE" primaryKey="false" required="false" type="CLOB" 
size="4000" autoIncrement="false">
         <default/>
         <onCreateDefault/>
       </column>

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to