Skip to content

Instantly share code, notes, and snippets.

@bcmiller
Created July 16, 2010 17:18
Show Gist options
  • Save bcmiller/478641 to your computer and use it in GitHub Desktop.
Save bcmiller/478641 to your computer and use it in GitHub Desktop.
.
update node set type='apcipage' where nid in (select substring(src,6) from url_alias where dst in ('about-us','careers','company-history','contact-us','core-values') and src like 'node/%')
@bcmiller
Copy link
Author

update node set type='apcipage' where nid in (select substring(src,6) from url_alias where dst in ('about-us','careers','company-history','contact-us','core-values','shipping','terms-of-use'));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment