Fix: champs déclaré deux fois

This commit is contained in:
Regis Houssin 2006-08-17 15:35:24 +00:00
parent 67c12ed041
commit 306553fd53

View File

@ -50,5 +50,5 @@ create table llx_bank_account
currency_code varchar(2) NOT NULL, currency_code varchar(2) NOT NULL,
min_allowed integer DEFAULT 0, min_allowed integer DEFAULT 0,
min_desired integer DEFAULT 0, min_desired integer DEFAULT 0,
comment comment varchar(254) comment varchar(254)
)type=innodb; )type=innodb;