Update llx_adherent.sql
This commit is contained in:
parent
ed9cadac7e
commit
1ffbf1e56b
@ -71,6 +71,7 @@ create table llx_adherent
|
|||||||
statut smallint NOT NULL DEFAULT 0,
|
statut smallint NOT NULL DEFAULT 0,
|
||||||
public smallint NOT NULL DEFAULT 0, -- certain champ de la fiche sont ils public ou pas ?
|
public smallint NOT NULL DEFAULT 0, -- certain champ de la fiche sont ils public ou pas ?
|
||||||
datefin datetime, -- end date of validity of the contribution / date de fin de validite de la cotisation
|
datefin datetime, -- end date of validity of the contribution / date de fin de validite de la cotisation
|
||||||
|
default_lang varchar(6) NULL,
|
||||||
note_private text DEFAULT NULL,
|
note_private text DEFAULT NULL,
|
||||||
note_public text DEFAULT NULL,
|
note_public text DEFAULT NULL,
|
||||||
model_pdf varchar(255),
|
model_pdf varchar(255),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user