Fix: champs déclaré deux fois
This commit is contained in:
parent
67c12ed041
commit
306553fd53
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user