[ 1620467 ] 253a-253b/migration-structure.sql constrain error

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1620467&group_id=176962
This commit is contained in:
kthiemann 2007-03-09 19:01:44 +00:00
parent 59a94e07f6
commit e1fc1ece77
1 changed files with 4 additions and 1 deletions

View File

@ -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,