From 1ec0c6c84c39b0eb6de55d888ba829265d31f27b Mon Sep 17 00:00:00 2001 From: pb Date: Sun, 3 Apr 2011 19:29:23 +0000 Subject: [PATCH] Nachtrag 2 Update Script ccm-portalworkspace. git-svn-id: https://svn.libreccm.org/ccm/trunk@824 8810af33-2d31-482b-a856-94f89814c4df --- .../upgrade/default/6.6.0-6.6.1/upd_system_tables.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ccm-portalworkspace/sql/ccm-portalworkspace/upgrade/default/6.6.0-6.6.1/upd_system_tables.sql b/ccm-portalworkspace/sql/ccm-portalworkspace/upgrade/default/6.6.0-6.6.1/upd_system_tables.sql index 0a37a2a4c..65bd230b8 100644 --- a/ccm-portalworkspace/sql/ccm-portalworkspace/upgrade/default/6.6.0-6.6.1/upd_system_tables.sql +++ b/ccm-portalworkspace/sql/ccm-portalworkspace/upgrade/default/6.6.0-6.6.1/upd_system_tables.sql @@ -21,6 +21,8 @@ alter table init_requirements drop constraint init_requirements_init_f_cmmdn ; +alter table init_requirements drop constraint init_require_requ_init_f_i6rgg ; + update inits set class_name=replace(class_name,'london.portal', 'portalworkspace') where class_name like '%london.portal%' ;