Skip to content

Instantly share code, notes, and snippets.

@matdave
Last active December 13, 2022 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matdave/50c5f81cd040e6467f96b75d4a0f2f95 to your computer and use it in GitHub Desktop.
Save matdave/50c5f81cd040e6467f96b75d4a0f2f95 to your computer and use it in GitHub Desktop.
Evo to Revo
SELECT id, type, pagetitle, longtitle, description, alias, alias_visible, link_attributes, published, pub_date, unpub_date, parent, isfolder, introtext, content, richtext, template, menuindex, searchable, cacheable, createdby, createdon, editedby, editedon, deleted, deletedon, deletedby, publishedon, publishedby, menutitle, donthit, privateweb, privatemgr, content_dispo, hidemenu, 'MODX\\Revolution\\modDocument' AS class_key, 'web' AS context_key, 1 AS content_type, null AS uri, 0 AS uri_override, 0 AS hide_children_in_tree, 1 AS show_in_tree, null AS properties FROM `modx_site_content`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment