add script for ingesting PE numbers and necessary script config for database

This commit is contained in:
dandds
2018-07-31 09:21:33 -04:00
committed by richard-dds
parent c2d5c52577
commit 5f1db135c3
4 changed files with 47 additions and 0 deletions

View File

@@ -9,3 +9,6 @@ MIGRATE_DB="true"
# Run the shared update script
source ./script/include/run_update
# Fetch and import/update the PE numbers
run_command "python script/ingest_pe_numbers.py"