Correction [bugs #7292] : Il manque le champ fk_bank dans la table llx_cotisation
This commit is contained in:
parent
1e5a754f62
commit
d205ab4ce1
@ -52,6 +52,7 @@ create table llx_adherent
|
|||||||
fk_user_valid integer NOT NULL,
|
fk_user_valid integer NOT NULL,
|
||||||
datefin datetime NOT NULL, -- date de fin de validité de la cotisation
|
datefin datetime NOT NULL, -- date de fin de validité de la cotisation
|
||||||
note text,
|
note text,
|
||||||
|
fk_bank int(11) default NULL,
|
||||||
|
|
||||||
UNIQUE INDEX(login)
|
UNIQUE INDEX(login)
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user