From: Jacob Coby Date: Fri, 26 Mar 2010 17:55:19 +0000 (-0400) Subject: add comments to config.yml to clarify usage of tables and exclude_tables. X-Git-Url: http://git.neszt.hu/?a=commitdiff_plain;h=b316d89f7185ad76b51a5e950ea81def3f6252a5;p=mysql2postgres add comments to config.yml to clarify usage of tables and exclude_tables. --- 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