From e902bb9c30344e50d20d0f618c68c5a5dfd3caa1 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 23 Jan 2011 15:21:29 -0700 Subject: [PATCH] Change TABLE_PREFIX back to default --- lib/jekyll/migrators/wordpress.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/migrators/wordpress.rb b/lib/jekyll/migrators/wordpress.rb index ee3b0add..abeb68f6 100644 --- a/lib/jekyll/migrators/wordpress.rb +++ b/lib/jekyll/migrators/wordpress.rb @@ -12,7 +12,7 @@ require 'yaml' module Jekyll module WordPress - TABLE_PREFIX = 'wp_xh2g8g_' + TABLE_PREFIX = 'wp_' # Reads a MySQL database via Sequel and creates a post file for each # post in wp_posts that has post_status = 'publish'.