import exchange rate

This commit is contained in:
2025-11-01 16:36:49 +01:00
parent ededa6d947
commit 77340d2cf6
10 changed files with 2353 additions and 2318 deletions

View File

@@ -15,3 +15,5 @@ truncate table fournisseur;
\COPY marque FROM '/tmp/marque.csv' (FORMAT CSV, header, ENCODING 'UTF8');
\COPY fournisseur FROM '/tmp/fournisseur.csv' (FORMAT CSV, header, ENCODING 'UTF8');
\COPY produit FROM '/tmp/produits/cereales_petitdejeuner.csv' (FORMAT CSV, header, ENCODING 'UTF8');
\COPY personne FROM '/tmp/personne.csv' (FORMAT CSV, header, ENCODING 'UTF8');