Last active
November 26, 2017 07:48
-
-
Save eriknaslund/d4c98e70d99ba25182553d65d4a3ff1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "TableMappings": [ | |
| { | |
| "Type": "Include", | |
| "SourceSchema": "public", | |
| "SourceTable": "%" | |
| }, | |
| { | |
| "Type": "Exclude", | |
| "SourceSchema": "public", | |
| "SourceTable": "table_needing_full_lobs_1" | |
| }, | |
| { | |
| "Type": "Exclude", | |
| "SourceSchema": "public", | |
| "SourceTable": "table_needing_full_lobs_2" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment