Skip to content

Commit

Permalink
PAGOPA-1239 adding attributes in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed Nov 3, 2023
1 parent af228ed commit 5090bf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/utils/pythonExportIban/populate_tables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 5090bf9

Please sign in to comment.