From cc910560ab57832ac19819dbc1c18125215d6f8b Mon Sep 17 00:00:00 2001 From: Jesse T Date: Thu, 2 Feb 2023 10:09:45 -0500 Subject: [PATCH] Added two views to the ignore list --- src/db_extractor_full.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db_extractor_full.py b/src/db_extractor_full.py index 0b6f34a..6a26bde 100644 --- a/src/db_extractor_full.py +++ b/src/db_extractor_full.py @@ -73,7 +73,7 @@ def db_extractor(): # table_dump_ignore = ['django_migrations', 'audit_history', 'archived_access_codes', 'schema_migration', 'audit_history_tableslist', 'awsdms_ddl_audit'] - table_dump_ignore = ['zip3_distances','transportation_service_provider_performances','django_migrations', 'audit_history', 'archived_access_codes', 'schema_migration', 'audit_history_tableslist', 'awsdms_ddl_audit'] + table_dump_ignore = ['zip3_distances','transportation_service_provider_performances','move_to_gbloc', 'origin_duty_location_to_gbloc', 'django_migrations', 'audit_history', 'archived_access_codes', 'schema_migration', 'audit_history_tableslist', 'awsdms_ddl_audit'] # For each table for table in tables: