add comments to config.yml to clarify usage of tables and exclude_tables. master
authorJacob Coby <jcoby@portallabs.com>
Fri, 26 Mar 2010 17:55:19 +0000 (13:55 -0400)
committerJacob Coby <jcoby@portallabs.com>
Fri, 26 Mar 2010 17:55:19 +0000 (13:55 -0400)
config.yml.sample

index 3eb661d..0561997 100644 (file)
@@ -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