JR Utily

add clean up of temp table at the end

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