Modif table llx_facture_rec
This commit is contained in:
parent
caa72ac888
commit
78c31a0d4d
@ -197,6 +197,9 @@ alter table llx_facture add increment varchar(10);
|
|||||||
alter table llx_facture drop column author;
|
alter table llx_facture drop column author;
|
||||||
alter table llx_facture drop column fk_user;
|
alter table llx_facture drop column fk_user;
|
||||||
|
|
||||||
|
alter table llx_facture_rec add frequency char(2) DEFAULT NULL;
|
||||||
|
alter table llx_facture_rec add last_gen varchar(7) DEFAULT NULL;
|
||||||
|
|
||||||
create table llx_societe_commerciaux
|
create table llx_societe_commerciaux
|
||||||
(
|
(
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user