details:   /erp/devel/pi/rev/084f78cd4e14
changeset: 10532:084f78cd4e14
user:      Stefan Hühner <stefan.huehner <at> openbravo.com>
date:      Thu Feb 10 16:53:42 2011 +0100
summary:   Fix pk-definition of obcql_query_column_trl table.
Allows having more than one system language again.

diffstat:

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

diffs (17 lines):

diff -r ebe5baf95742 -r 084f78cd4e14 
modules/org.openbravo.client.querylist/src-db/database/model/tables/OBCQL_QUERY_COLUMN_TRL.xml
--- 
a/modules/org.openbravo.client.querylist/src-db/database/model/tables/OBCQL_QUERY_COLUMN_TRL.xml
    Thu Feb 10 16:12:02 2011 +0100
+++ 
b/modules/org.openbravo.client.querylist/src-db/database/model/tables/OBCQL_QUERY_COLUMN_TRL.xml
    Thu Feb 10 16:53:42 2011 +0100
@@ -1,11 +1,11 @@
 <?xml version="1.0"?>
   <database name="TABLE OBCQL_QUERY_COLUMN_TRL">
     <table name="OBCQL_QUERY_COLUMN_TRL" 
primaryKey="OBCQL_QUERY_COLUMN_TRL_KEY">
-      <column name="OBCQL_QUERY_COLUMN_TRL_ID" primaryKey="false" 
required="true" type="VARCHAR" size="32" autoIncrement="false">
+      <column name="OBCQL_QUERY_COLUMN_TRL_ID" primaryKey="true" 
required="true" type="VARCHAR" size="32" autoIncrement="false">
         <default/>
         <onCreateDefault/>
       </column>
-      <column name="OBCQL_QUERY_COLUMN_ID" primaryKey="true" required="true" 
type="VARCHAR" size="32" autoIncrement="false">
+      <column name="OBCQL_QUERY_COLUMN_ID" primaryKey="false" required="true" 
type="VARCHAR" size="32" 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
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to