Fix: Corrections diverses sur les sql de mysql.
This commit is contained in:
parent
3c35a039bb
commit
41e2311770
@ -39,5 +39,5 @@ create table llx_facture_rec
|
||||
|
||||
note text,
|
||||
|
||||
INDEX fksoc (fk_soc)
|
||||
INDEX idx_facture_rec_fksoc (fk_soc)
|
||||
)type=innodb;
|
||||
|
||||
@ -23,5 +23,5 @@ create table llx_facture_tva_sum
|
||||
(
|
||||
fk_facture integer NOT NULL,
|
||||
amount real NOT NULL,
|
||||
tva_tx real NOT NULL,
|
||||
tva_tx real NOT NULL
|
||||
)type=innodb;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user