Adapated upgrade ccm-core-6.6.4-6.6.5 for Oracle syntax

git-svn-id: https://svn.libreccm.org/ccm/trunk@3046 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-12-13 10:08:40 +00:00
parent ed91e6c2a6
commit 3c7f2061ae
4 changed files with 7 additions and 17 deletions

View File

@ -22,7 +22,7 @@ PROMPT Red Hat Enterprise CORE 6.6.4 -> 6.6.5 Upgrade Script (Oracle)
-- --
-- Remove old style application tables, must be the first script executed. -- Remove old style application tables, must be the first script executed.
@@ default/6.6.4-6.6.5/remove_old_style_app_tables.sql @@ oracle-se/6.6.4-6.6.5/remove_old_style_app_tables.sql
-- Adjust table cat_object_root_category_map -- Adjust table cat_object_root_category_map
-- (Constraint cat_obj_package_id_fk already removed in step 1) -- (Constraint cat_obj_package_id_fk already removed in step 1)
@ -36,17 +36,3 @@ PROMPT Red Hat Enterprise CORE 6.6.4 -> 6.6.5 Upgrade Script (Oracle)
-- (Constraint applica_typ_pac_typ_id_f_v80ma already removed in step 1) -- (Constraint applica_typ_pac_typ_id_f_v80ma already removed in step 1)
@@ default/6.6.4-6.6.5/remove_old_app_entries_applicationtypes_table.sql @@ default/6.6.4-6.6.5/remove_old_app_entries_applicationtypes_table.sql
-- Remove bebop entries in apm_package* which are not used anymore.
--@@ default/6.6.3-6.6.4/remove_bebop_legacy_entries.sql
-- Remove DS entries in apm_package* which are not used anymore.
--@@ default/6.6.3-6.6.4/remove_ds_legacy_entries.sql
-- Remove sitemap entries in apm_package* which are not used anymore.
--@@ default/6.6.3-6.6.4/remove_sitemap_legacy_entries.sql
-- Remove admin entries in apm_package* which are not used anymore.
--@@ default/6.6.3-6.6.4/remove_admin_legacy_entries.sql
-- Remove permissions entries in apm_package* which are not used anymore.
--@@ default/6.6.3-6.6.4/remove_permissions_legacy_entries.sql

View File

@ -25,7 +25,7 @@
begin; begin;
-- Remove old style application tables, must be the first script executed. -- Remove old style application tables, must be the first script executed.
\i default/6.6.4-6.6.5/remove_old_style_app_tables.sql \i postgres/6.6.4-6.6.5/remove_old_style_app_tables.sql
-- Adjust table cat_object_root_category_map -- Adjust table cat_object_root_category_map
-- (Constraint cat_obj_package_id_fk already removed in step 1) -- (Constraint cat_obj_package_id_fk already removed in step 1)

View File

@ -24,4 +24,8 @@
-- drop tables -- drop tables
drop table sitemap_app ; drop table apm_package_type_listener_map ;
drop table apm_listeners ;
drop table site_nodes ;
drop table apm_packages CASCADE;
drop table apm_package_types CASCADE;