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
parent cb30ee99ca
commit 0fca4753c5
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"