Knowledgebase:Verschieben
From Cloudrexx Development Wiki
update contrexx_content set content = replace(content,'/old', '/new'); update contrexx_content_history set content = replace(content,'/old', '/new'); update contrexx_content set redirect = replace(redirect,'/old', '/new'); update contrexx_content_history set redirect = replace(redirect,'/old', '/new');