Skip to content

Instantly share code, notes, and snippets.

@paul-english
Created March 1, 2011 17:05
Show Gist options
  • Save paul-english/849464 to your computer and use it in GitHub Desktop.
Save paul-english/849464 to your computer and use it in GitHub Desktop.
Set all Zoo Items to frontpage
INSERT INTO jos_zoo_category_item (category_id, item_id)
SELECT 0, id FROM jos_zoo_item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment