une virgule de trop apres le dernier champs

This commit is contained in:
opensides 2004-08-27 22:01:49 +00:00
parent 40f5f512cc
commit 3c3bbe922c

View File

@ -26,7 +26,7 @@ create table llx_expeditiondet
rowid serial PRIMARY KEY,
fk_expedition integer not null,
fk_commande_ligne integer not null,
qty real, -- quantité
qty real -- quantité
);
CREATE INDEX llx_expeditiondet_fk_expedition ON llx_expeditiondet(fk_expedition);