diff --git a/scripts/utils/pythonExportIban/populate_tables.sh b/scripts/utils/pythonExportIban/populate_tables.sh index c822b12f2..3cbc344e6 100755 --- a/scripts/utils/pythonExportIban/populate_tables.sh +++ b/scripts/utils/pythonExportIban/populate_tables.sh @@ -30,7 +30,9 @@ python3 exportingIbanMastertoDB.py echo "Populated Iban Master table" -python3 exportingIbanAttributesToDB.py $PDA_CSV_FILE +python3 exportingIbanAttributesToDB.py + +python3 exportingIbanAttributesMasterToDB.py $PDA_CSV_FILE echo "Populated Iban Attributes and Iban Attributes Master table"