Suppression du type INNODB
This commit is contained in:
parent
af9f73d143
commit
73197138f1
@ -42,5 +42,6 @@ create table llx_facture
|
||||
date_lim_reglement date, -- date limite de reglement
|
||||
note text,
|
||||
|
||||
UNIQUE INDEX (facnumber)
|
||||
UNIQUE INDEX (facnumber),
|
||||
INDEX fksoc (fk_soc)
|
||||
);
|
||||
|
||||
@ -51,3 +51,4 @@ create table llx_societe
|
||||
|
||||
UNIQUE INDEX(prefix_comm)
|
||||
);
|
||||
|
||||
|
||||
@ -29,5 +29,4 @@ create table llx_tva
|
||||
amount real NOT NULL default 0,
|
||||
label varchar(255),
|
||||
note text
|
||||
)
|
||||
type=INNODB;
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user