|
[OpenbravoERP-commits] erp/devel/pi: Issue 11449: Fix pgsql83/uuid
issue in incoming up...
From: <hg@co...> - 2009-11-20 17:08
|
details: /erp/erp/devel/pi/rev/e1df242e1210
changeset: 5479:e1df242e1210
user: Stefan Hühner <stefan.huehner <at> openbravo.com>
date: Fri Nov 20 18:07:33 2009 +0100
summary: Issue 11449: Fix pgsql83/uuid issue in incoming update alerts
diffstat:
src/org/openbravo/erpCommon/utility/Alert_data.xsql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c67ddb0e0407 -r e1df242e1210 src/org/openbravo/erpCommon/utility/Alert_data.xsql
--- a/src/org/openbravo/erpCommon/utility/Alert_data.xsql Fri Nov 20 17:07:19 2009 +0100
+++ b/src/org/openbravo/erpCommon/utility/Alert_data.xsql Fri Nov 20 18:07:33 2009 +0100
@@ -67,7 +67,7 @@
<![CDATA[
INSERT INTO AD_Alert (AD_Alert_ID, AD_Client_ID, AD_Org_ID, IsActive,
Created, CreatedBy, Updated, UpdatedBy, Description, AD_AlertRule_ID, Record_Id, Referencekey_ID)
- VALUES (AD_GET_NEXT_SEQUENCE('AD_Alert', 100000), 0, 0, 'Y', NOW(), 0, NOW(), 0, ?, ?, ?, ?)
+ VALUES (get_uuid(), 0, 0, 'Y', NOW(), 0, NOW(), 0, ?, ?, ?, ?)
]]>
</Sql>
<Parameter name="description" />
|
| Thread | Author | Date |
|---|---|---|
| [OpenbravoERP-commits] erp/devel/pi: Issue 11449: Fix pgsql83/uuid issue in incoming up... | <hg@co...> |