SQL to add ".html" to URL alias

update url_alias set dst=concat(dst,'.html')