JR Utily

add clean up of temp table at the end

DROP TABLE IF EXISTS editeur;
DROP TABLE IF EXISTS pays;
......@@ -2,3 +2,4 @@ source normalizePays.sql
source populateV3Country.sql
source populateV3Publisher+Version+Action.sql
source populateV3Account.sql
source cleanUp.sql
\ No newline at end of file
......