From 49efef7852131c7faf9c1a5290f8604e131abc9f Mon Sep 17 00:00:00 2001 From: Cory Kleinjan Date: Wed, 27 Mar 2024 10:20:40 -0500 Subject: [PATCH] Pushing Change --- 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 7ed92a0..988f7e2 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','move_to_gbloc', 'origin_duty_location_to_gbloc', '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' ,'move_to_gbloc' , 'archived_access_codes', 'schema_migration', 'audit_history_tableslist'] # For each table for table in tables: