Skip to content
Snippets Groups Projects
Commit 78c31a0d authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Modif table llx_facture_rec

parent caa72ac8
Branches solution
No related tags found
No related merge requests found
...@@ -197,6 +197,9 @@ alter table llx_facture add increment varchar(10); ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment