Nachtrag 2 Update Script ccm-portalworkspace.

git-svn-id: https://svn.libreccm.org/ccm/trunk@824 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2011-04-03 19:29:23 +00:00
parent 1c0f5f7a99
commit 1ec0c6c84c
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
alter table init_requirements drop constraint init_requirements_init_f_cmmdn ; 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 update inits
set class_name=replace(class_name,'london.portal', 'portalworkspace') set class_name=replace(class_name,'london.portal', 'portalworkspace')
where class_name like '%london.portal%' ; where class_name like '%london.portal%' ;