Suppression du champs fk_code_ventilation (ERREUR DE TABLE)
This commit is contained in:
parent
0dd112b2c6
commit
2aa3eb19bc
@ -41,7 +41,6 @@ create table llx_facture
|
|||||||
fk_projet integer, -- projet auquel est associé la facture
|
fk_projet integer, -- projet auquel est associé la facture
|
||||||
fk_cond_reglement integer, -- condition de reglement
|
fk_cond_reglement integer, -- condition de reglement
|
||||||
date_lim_reglement date, -- date limite de reglement
|
date_lim_reglement date, -- date limite de reglement
|
||||||
fk_code_ventilation integer DEFAULT 0 NOT NULL,
|
|
||||||
note text,
|
note text,
|
||||||
|
|
||||||
UNIQUE INDEX (facnumber),
|
UNIQUE INDEX (facnumber),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user