Knowledgebase:Verschieben

From Cloudrexx Development Wiki
Jump to: navigation, search
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');