Correction [bugs #7292] : Il manque le champ fk_bank dans la table llx_cotisation
This commit is contained in:
parent
d205ab4ce1
commit
e6e80187a9
@ -52,7 +52,6 @@ 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)
|
||||||
);
|
);
|
||||||
|
|||||||
@ -27,5 +27,6 @@ create table llx_cotisation
|
|||||||
fk_adherent integer,
|
fk_adherent integer,
|
||||||
dateadh datetime,
|
dateadh datetime,
|
||||||
cotisation real,
|
cotisation real,
|
||||||
|
fk_bank int(11) default NULL,
|
||||||
note text
|
note text
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user