From 55f583da00cfab4d4501c8bb281b145f7b7eae29 Mon Sep 17 00:00:00 2001 From: albertogg Date: Mon, 28 Oct 2013 22:25:12 -0430 Subject: [PATCH 1/2] Add table_prefix option for jekyll-importer Add table_prefix to use with WordPress and Joomla importers so they can modify the default value. --- bin/jekyll | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/jekyll b/bin/jekyll index 55af1b6a..35ff8006 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -143,6 +143,7 @@ command :import do |c| c.option '--user STRING', 'Username to use when migrating' c.option '--pass STRING', 'Password to use when migrating' c.option '--host STRING', 'Host address to use when migrating' + c.option '--table_prefix STRING', 'Database table prefix to use when migrating' c.action do |args, options| begin From 41b2000129edb32709ba2e64743c276d86fe90ba Mon Sep 17 00:00:00 2001 From: albertogg Date: Wed, 6 Nov 2013 19:14:39 -0500 Subject: [PATCH 2/2] Use prefix instead of table_prefix. --- bin/jekyll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/jekyll b/bin/jekyll index 35ff8006..3ae3028e 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -143,7 +143,7 @@ command :import do |c| c.option '--user STRING', 'Username to use when migrating' c.option '--pass STRING', 'Password to use when migrating' c.option '--host STRING', 'Host address to use when migrating' - c.option '--table_prefix STRING', 'Database table prefix to use when migrating' + c.option '--prefix STRING', 'Database table prefix to use when migrating' c.action do |args, options| begin