Ajout champs frequency et last_gen
This commit is contained in:
parent
78c31a0d4d
commit
8ef00dcf23
@ -39,5 +39,8 @@ create table llx_facture_rec
|
|||||||
|
|
||||||
note text,
|
note text,
|
||||||
|
|
||||||
|
frequency char(2) DEFAULT NULL,
|
||||||
|
last_gen varchar(7) DEFAULT NULL,
|
||||||
|
|
||||||
INDEX idx_facture_rec_fksoc (fk_soc)
|
INDEX idx_facture_rec_fksoc (fk_soc)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user