Correction [bugs #7292] : Il manque le champ fk_bank dans la table llx_cotisation

This commit is contained in:
Laurent Destailleur 2004-01-24 15:55:34 +00:00
parent 1e5a754f62
commit d205ab4ce1

View File

@ -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)
); );