This commit is contained in:
Rodolphe Quiedeville 2004-12-06 13:11:02 +00:00
parent ca83f1771b
commit 9db0b5ce2f

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_facturedet add fk_code_ventialtion integer NOT NULL DEFAULT 0;
alter table llx_facturedet add fk_code_ventilation integer NOT NULL DEFAULT 0;
alter table llx_contrat add fk_facturedet integer NOT NULL default 0 after fk_facture;