Suppression de données inutiles

This commit is contained in:
2025-08-28 11:29:31 +02:00
parent 71f379a91d
commit 8ca251a530
3 changed files with 103890 additions and 103895 deletions

View File

@@ -9,9 +9,6 @@ create table famille (
create table article (
code text primary key,
edi text,
stat1 text,
stat2 text,
article text,
famille text, -- references famille(famille)
factpoids int,
@@ -29,9 +26,7 @@ create table ticket (
id int primary key,
horodatage timestamp,
client text,
mode_rglt int,
etat int,
facture text
mode_rglt int
);
\COPY ticket FROM '/tmp/ticket.csv' (FORMAT CSV, header, ENCODING 'UTF8');