Skip to content

Instantly share code, notes, and snippets.

@gregblake
Created October 12, 2017 12:47
Show Gist options
  • Select an option

  • Save gregblake/58bf424683e7b160f535cc103a1430ac to your computer and use it in GitHub Desktop.

Select an option

Save gregblake/58bf424683e7b160f535cc103a1430ac to your computer and use it in GitHub Desktop.
TABLES_AND_COLUMNS_FOR_S3_IMPORT = [
{ table_name: 'documents',
column_names: [:thumbnail]
},
{
table_name: 'document_versions',
column_names: [:attachment]
},
{
table_name: 'document_version_pages',
column_names: [:content],
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment