une virgule qui traine

This commit is contained in:
erics 2004-12-06 20:03:24 +00:00
parent f764c5da68
commit 34b6ed46f2

View File

@ -34,6 +34,6 @@ create table llx_facturedet
price real, -- prix final
date_start datetime, -- date debut si service
date_end datetime, -- date fin si service
fk_code_ventilation integer DEFAULT 0 NOT NULL,
fk_code_ventilation integer DEFAULT 0 NOT NULL
)type=innodb;