Modif table llx_facture (ERREUR De ma part)

This commit is contained in:
Rodolphe Quiedeville 2004-12-06 13:09:13 +00:00
parent 2aa3eb19bc
commit ca83f1771b

View File

@ -8,7 +8,7 @@
alter table llx_rights_def add perms varchar(255) after module;
alter table llx_rights_def add subperms varchar(255) after perms;
alter table llx_facture add fk_code_ventialtion integer NOT NULL DEFAULT 0;
alter table llx_facturedet add fk_code_ventialtion integer NOT NULL DEFAULT 0;
alter table llx_contrat add fk_facturedet integer NOT NULL default 0 after fk_facture;