projects
/
mysql2postgres
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6b3529a
)
add comments to config.yml to clarify usage of tables and exclude_tables.
master
author
Jacob Coby
<jcoby@portallabs.com>
Fri, 26 Mar 2010 17:55:19 +0000
(13:55 -0400)
committer
Jacob Coby
<jcoby@portallabs.com>
Fri, 26 Mar 2010 17:55:19 +0000
(13:55 -0400)
config.yml.sample
patch
|
blob
|
history
diff --git
a/config.yml.sample
b/config.yml.sample
index
3eb661d
..
0561997
100644
(file)
--- a/
config.yml.sample
+++ b/
config.yml.sample
@@
-16,12
+16,14
@@
destination:
password: secretpassword
database: somename
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
#- table3
-- table4
+
#
- table4
-exclude_tables:
-- table5
-- table6
+# if exclude_tables is given, exclude the listed tables from the conversion.
+#exclude_tables:
+#- table5
+#- table6