From b316d89f7185ad76b51a5e950ea81def3f6252a5 Mon Sep 17 00:00:00 2001 From: Jacob Coby Date: Fri, 26 Mar 2010 13:55:19 -0400 Subject: [PATCH] add comments to config.yml to clarify usage of tables and exclude_tables. --- config.yml.sample | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/config.yml.sample b/config.yml.sample index 3eb661d..0561997 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -16,12 +16,14 @@ destination: password: secretpassword database: somename -tables: -- table1 -- table2 +# if tables is given, only the listed tables will be converted. leave empty to convert all tables. +#tables: +#- table1 +#- table2 #- table3 -- table4 +#- table4 -exclude_tables: -- table5 -- table6 +# if exclude_tables is given, exclude the listed tables from the conversion. +#exclude_tables: +#- table5 +#- table6 -- 2.1.4