Module | Jekyll::MT |
In: |
lib/jekyll/migrators/mt.rb
|
QUERY | = | "SELECT entry_id, \ entry_basename, \ entry_text, \ entry_text_more, \ entry_authored_on, \ entry_title, \ entry_convert_breaks \ FROM mt_entry" | This query will pull blog posts from all entries across all blogs. If you‘ve got unpublished, deleted or otherwise hidden posts please sift through the created posts to make sure nothing is accidently published. |