Skip to content

Instantly share code, notes, and snippets.

@eriknaslund
Last active November 26, 2017 07:48
Show Gist options
  • Select an option

  • Save eriknaslund/d4c98e70d99ba25182553d65d4a3ff1c to your computer and use it in GitHub Desktop.

Select an option

Save eriknaslund/d4c98e70d99ba25182553d65d4a3ff1c to your computer and use it in GitHub Desktop.
{
"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