move pe number ingestion for setup into a migration
This commit is contained in:
dandds
2018-08-29 12:09:47 -04:00
committed by GitHub
3 changed files with 44 additions and 6 deletions

View File

@@ -12,6 +12,3 @@ 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"