From e1fc1ece77fa2fcadb12f72183c6abdca9dfa42c Mon Sep 17 00:00:00 2001 From: kthiemann Date: Fri, 9 Mar 2007 19:01:44 +0000 Subject: [PATCH] [ 1620467 ] 253a-253b/migration-structure.sql constrain error https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1620467&group_id=176962 --- migration/253a-253b/migration-structure.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/migration/253a-253b/migration-structure.sql b/migration/253a-253b/migration-structure.sql index 05dd039725..d9e31a4b3e 100644 --- a/migration/253a-253b/migration-structure.sql +++ b/migration/253a-253b/migration-structure.sql @@ -6,7 +6,8 @@ -- It also adds lines to some of the new tables. -- Your data is left unchaged - with the following exceptions: . - -- ALL ENTRIES IN PA_MEASURE, PA_MEASURECALC AND T_INVENTORYVALUE ARE DELETED + -- ALL ENTRIES IN PA_ACHIEVEMENT, PA_MEASURE, PA_GOAL, + -- PA_MEASURECALC AND T_INVENTORYVALUE ARE DELETED -- If you have CUSTOM DATA in there please do a backup and reapply it after migration. -- The code for the deletion is marked with BEWARE @@ -20,6 +21,8 @@ -- added columns. They are marked with REPLACE_ME so just use the search function -- of your editor. So just follow the instructions there. +DELETE FROM PA_ACHIEVEMENT; +DELETE from PA_GOAL; CREATE TABLE "AD_CLIENTSHARE" ( "AD_CLIENTSHARE_ID" NUMBER(10,0) NOT NULL ENABLE,